diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-12-22 21:11:18 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-12-22 21:11:18 -0500 |
commit | 8758e96bf01f5c3619556e89e84db52de1fc8370 (patch) | |
tree | 129d06f238b8c9509c7595114b95432a0e4125ec /src | |
parent | 33f6c25af88ec8de2d45327942f4677d6d6bae4f (diff) | |
download | rneovim-8758e96bf01f5c3619556e89e84db52de1fc8370.tar.gz rneovim-8758e96bf01f5c3619556e89e84db52de1fc8370.tar.bz2 rneovim-8758e96bf01f5c3619556e89e84db52de1fc8370.zip |
tag: fix pvs/v1048
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/tag.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c index 3629b37c32..a412ed0276 100644 --- a/src/nvim/tag.c +++ b/src/nvim/tag.c @@ -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) { |