forked from aniani/vim
patch 8.1.1194: typos and small problems in source files
Problem: Typos and small problems in source files. Solution: Small fixes.
This commit is contained in:
@@ -2368,9 +2368,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.
|
||||
*/
|
||||
#ifdef FEAT_CSCOPE
|
||||
if (use_cscope)
|
||||
|
Reference in New Issue
Block a user