Skip to content

Commit

Permalink
Change meaning of TabSpace
Browse files Browse the repository at this point in the history
I think that the existence of TabSpaces in sources will be cause of the
mess, thus I treat TabSpaces as the Error.
  • Loading branch information
januswel committed Nov 20, 2009
1 parent 2784ad3 commit 3d94fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vim/plugin/ShowInvisibleCharacters.vim
@@ -1,7 +1,7 @@
" Vim plugin file
" Maintainer: janus_wel <janus.wel.3@gmail.com>
" Last Change: 2009/02/27 21:24:23.
" Version: 0.20
" Last Change: 2009/11/20 10:08:58.
" Version: 0.21
" Remark: define syntaxes for invisible characters

" show invisible characters
Expand All @@ -25,7 +25,7 @@ if has('autocmd') && has('syntax')

HiLink DoubleWidthSpace Error
HiLink TrailingWhitespace Error
HiLink TabSpace Search
HiLink TabSpace Error

delcommand HiLink
endif
Expand Down

0 comments on commit 3d94fb5

Please sign in to comment.