From 85fea365744e1deda5213e2a900c5bc563350090 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 3 Apr 2014 22:15:13 +0200 Subject: [PATCH] vimrc: also highlight NOTE as todo --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index fb56e0c..df56e12 100644 --- 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). -- 2.44.1