mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
fix comment after new tag
This commit is contained in:
parent
473a70c75c
commit
edf9fa666a
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ impl<'a> Parser<'a> {
|
|||
else if line.starts_with('%') {
|
||||
should_break = self.write_cmd(&item).is_err();
|
||||
item.snippet = String::from("");
|
||||
item.comment = String::from("");
|
||||
item.tags = without_prefix(&line);
|
||||
}
|
||||
// dependency
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue