Fix: only run AnsiEsc when creating the Clam window
The AnsiEsc command toggles escape sequence highlighting, this causes ClamRefresh to disable it.
| author |
Daiderd Jordan <daiderd@gmail.com> |
| date |
Tue, 30 Jul 2013 11:02:38 +0200 |
| parents |
34dccad2239d |
| children |
(none) |
" pacman program output syntax rules for Clam.vim
syn match packageName "/\S\+\>"
syn keyword packageGroupExtra extra
syn keyword packageGroupCommunity community
syn keyword packageGroupMultilib multilib
syn keyword packageInstalledMark installed
hi def link packageGroupCommunity Type
hi def link packageGroupExtra Type
hi def link packageGroupMultilib Type
hi def link packageInstalledMark Error
hi def link packageName String