diff options
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r-- | src/nvim/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c index a123e9b902..e267280bbd 100644 --- a/src/nvim/tag.c +++ b/src/nvim/tag.c @@ -1180,7 +1180,7 @@ find_tags ( * Initialize a few variables */ if (help_only) /* want tags from help file */ - curbuf->b_help = TRUE; /* will be restored later */ + curbuf->b_help = true; /* will be restored later */ orgpat.len = (int)STRLEN(pat); if (curbuf->b_help) { |