diff options
Diffstat (limited to 'syntax')
| -rw-r--r-- | syntax/todo.vim | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/syntax/todo.vim b/syntax/todo.vim index f1cd862..56cce73 100644 --- a/syntax/todo.vim +++ b/syntax/todo.vim @@ -2,9 +2,6 @@ if exists('b:current_syntax')  	finish  endif -" highlight Undone ctermbg=yellow ctermfg=235 -" match Undone /^- .\+/ -  syntax match todoUndone /^- .\+/  highlight link todoUndone Statement | 
