Skip to content

Commit 3050c9b

Browse files
committed
Bug fix: Don't highlight C tags inside #if 0 (issue #57)
$VIMRUNTIME/syntax/c.vim is a bit of a mess, I can't make heads or tails of it :-). In my simple #if 0 / #if 1 / #else tests this fixes the issue, but I'm not sure that there are no corner cases left. See issue #57 on GitHub: #57
1 parent 7916b46 commit 3050c9b

File tree

3 files changed

+219
-222
lines changed

3 files changed

+219
-222
lines changed

autoload/xolox/easytags.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
" Vim script
22
" Author: Peter Odding <peter@peterodding.com>
3-
" Last Change: May 25, 2013
3+
" Last Change: June 17, 2013
44
" URL: http://peterodding.com/code/vim/easytags/
55

6-
let g:xolox#easytags#version = '3.3.6'
6+
let g:xolox#easytags#version = '3.3.7'
77

88
" Public interface through (automatic) commands. {{{1
99

0 commit comments

Comments
 (0)