summaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-09 20:09:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-09 20:09:23 +0100
commit6ed545e79735f23ff8e650bc2f0967e5a0baedc9 (patch)
tree1c77e4b188c34d68e91c5c93e62c668ce51ffc2f /src/tag.c
parent921bde88804663a7cb825d7f7e8a5d8ae6b58650 (diff)
downloadvim-git-6ed545e79735f23ff8e650bc2f0967e5a0baedc9.tar.gz
patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928
Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tag.c b/src/tag.c
index a66970435..1fe2eefdb 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -280,7 +280,7 @@ do_tag(
int skip_msg = FALSE;
char_u *buf_ffname = curbuf->b_ffname; // name to use for
// priority computation
- int use_tfu = 1;
+ int use_tfu = 1;
// remember the matches for the last used tag
static int num_matches = 0;
@@ -1422,8 +1422,8 @@ find_tagfunc_tags(
pos_T save_pos;
list_T *taglist;
listitem_T *item;
- int ntags = 0;
- int result = FAIL;
+ int ntags = 0;
+ int result = FAIL;
typval_T args[4];
typval_T rettv;
char_u flagString[4];
@@ -1820,7 +1820,7 @@ findtags_in_help_init(findtags_state_T *st)
static int
findtags_apply_tfu(findtags_state_T *st, char_u *pat, char_u *buf_ffname)
{
- int use_tfu = ((st->flags & TAG_NO_TAGFUNC) == 0);
+ int use_tfu = ((st->flags & TAG_NO_TAGFUNC) == 0);
int retval;
if (!use_tfu || tfu_in_use || *curbuf->b_p_tfu == NUL)