comparison src/tag.c @ 16378:3d6b282e2d6e v8.1.1194

patch 8.1.1194: typos and small problems in source files commit https://github.com/vim/vim/commit/ad3ec76bb8030b9a1d3f0a49c374d0de2383b977 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 21 00:00:13 2019 +0200 patch 8.1.1194: typos and small problems in source files Problem: Typos and small problems in source files. Solution: Small fixes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Apr 2019 00:15:05 +0200
parents d863beec391a
children 54ffc82f38a8
comparison
equal deleted inserted replaced
16377:b79321679d79 16378:3d6b282e2d6e
2366 2366
2367 /* 2367 /*
2368 * Don't add identical matches. 2368 * Don't add identical matches.
2369 * Add all cscope tags, because they are all listed. 2369 * Add all cscope tags, because they are all listed.
2370 * "mfp" is used as a hash key, there is a NUL byte to end 2370 * "mfp" is used as a hash key, there is a NUL byte to end
2371 * the part matters for comparing, more bytes may follow 2371 * the part that matters for comparing, more bytes may
2372 * after it. E.g. help tags store the priority after the 2372 * follow after it. E.g. help tags store the priority
2373 * NUL. 2373 * after the NUL.
2374 */ 2374 */
2375 #ifdef FEAT_CSCOPE 2375 #ifdef FEAT_CSCOPE
2376 if (use_cscope) 2376 if (use_cscope)
2377 hash++; 2377 hash++;
2378 else 2378 else