On Fri, Apr 3, 2009 at 09:00, Maxim Kim <[email protected]> wrote: > In my colorscheme I want to redefine some netrw colors: > > hi link netrwData Operator > hi link netrwLib Operator > hi link netrwMakeFile Operator > hi link netrwClassify Constant > hi link netrwHidePat Constant > hi link netrwList Constant > > But it doesn't work. It looks like netrw syntax file uses > 'highlight link' instead of 'highlight default link' so my color > definition is redefined by netrw. > I do not have the latest runtime at the moment so I can't check it > myself.
Have you tried using '!' ? I.e., hi! link netrwData Operator I raised the 'default' issue once, and Charles did change netrw: http://groups.google.com/group/vim_use/browse_thread/thread/f76fc54a448e9a3a/ab69d7b28a72bc5a So at least in the latest versions (I have v133i), the 'default' keyword is there. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
