diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-27 14:27:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 14:27:55 +0200 |
commit | e5b53381a27861578498dab3ab9ba7b989677787 (patch) | |
tree | b8cd55c7d9010aed7627dc85918d2b21efdc5d31 /src/nvim/tag.c | |
parent | 9d77a0768697aced470c72ba71d0e04cf45f0fd0 (diff) | |
parent | 16cc3cf9eb7e9b2caefc77311fb3e14743102418 (diff) | |
download | rneovim-e5b53381a27861578498dab3ab9ba7b989677787.tar.gz rneovim-e5b53381a27861578498dab3ab9ba7b989677787.tar.bz2 rneovim-e5b53381a27861578498dab3ab9ba7b989677787.zip |
Merge #9942 from janlazo/vim-8.1.0837
vim-patch:8.1.{837,1180,1194,1203,1207,1209}
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r-- | src/nvim/tag.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c index 861063ff62..98be058c0b 100644 --- a/src/nvim/tag.c +++ b/src/nvim/tag.c @@ -1832,9 +1832,9 @@ parse_line: // Don't add identical matches. // Add all cscope tags, because they are all listed. // "mfp" is used as a hash key, there is a NUL byte to end - // the part matters for comparing, more bytes may follow - // after it. E.g. help tags store the priority after the - // NUL. + // the part that matters for comparing, more bytes may + // follow after it. E.g. help tags store the priority + // after the NUL. if (use_cscope) { hash++; } else { |