Skip to content

Commit

Permalink
Bug fix: Don't highlight C tags inside #if 0 (issue #57)
Browse files Browse the repository at this point in the history
$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
  • Loading branch information
xolox committed Jun 17, 2013
1 parent 7916b46 commit 3050c9b
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 222 deletions.
4 changes: 2 additions & 2 deletions autoload/xolox/easytags.vim
@@ -1,9 +1,9 @@
" Vim script
" Author: Peter Odding <peter@peterodding.com>
" Last Change: May 25, 2013
" Last Change: June 17, 2013
" URL: http://peterodding.com/code/vim/easytags/

let g:xolox#easytags#version = '3.3.6'
let g:xolox#easytags#version = '3.3.7'

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

Expand Down

0 comments on commit 3050c9b

Please sign in to comment.