]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: also highlight NOTE as todo
authorSimon Ruderich <simon@ruderich.org>
Thu, 3 Apr 2014 20:15:13 +0000 (22:15 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:32:25 +0000 (15:32 +0200)
vimrc

diff --git a/vimrc b/vimrc
index fb56e0cf08f2f61314aa5881e37e4bbbfb07d60d..df56e12ea2133a6ea17ca5c34e8f20725ec973bd 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -809,7 +809,7 @@ if has('syntax')
 
         if exists('*matchadd')
 " Highlight some important keywords in all documents.
-            let l:todos = ['TODO', 'XXX', 'FIXME',
+            let l:todos = ['TODO', 'XXX', 'FIXME', 'NOTE',
                          \ 'CHANGED', 'REMOVED', 'DELETED']
             " Compatibility fix for Vim 6.4 which can't handle for in function
             " (without function it's ignored).