mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
tag: fix pvs/v1048
This commit is contained in:
@@ -2537,8 +2537,6 @@ parse_match(
|
||||
tagp->command_end = p;
|
||||
if (p > tagp->command && p[-1] == '|') {
|
||||
tagp->command_end = p - 1; // drop trailing bar
|
||||
} else {
|
||||
tagp->command_end = p;
|
||||
}
|
||||
p += 2; // skip ";\""
|
||||
if (*p++ == TAB) {
|
||||
|
Reference in New Issue
Block a user