X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vimrc;h=4b4e03cce905baa65271756daffa7376caaeef0b;hb=3a5fe52f6940f7e57f99ce80b5098903ec9e0837;hp=d0e67e8c623be6a09950bbc994ae5915067f9fbd;hpb=d64d99e10cfeb62386e5e92620147e7817c01642;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index d0e67e8..4b4e03c 100644 --- a/vimrc +++ b/vimrc @@ -359,8 +359,8 @@ if has('syntax') endif if exists('*matchadd') -" Highlight TODO, FIXME, CHANGED and XXX in all documents. - for x in ['TODO', 'FIXME', 'CHANGED', 'XXX'] +" Highlight some important keywords in all documents. + for x in ['TODO', 'XXX', 'FIXME', 'CHANGED', 'REMOVED', 'DELETED'] call matchadd('Todo', x) endfor endif