Hello, I'm trying to override a scripts color selection in my vimrc file. I'm using gvim 7.2 on Windows, and the relevant portion of my rc file is:
highlight! link LustyExpSelected Todo This won't work. If I try a :verbose hi LustyExpSelected it will say that it was set from the lusty-explorer.vim script. However, if I use the following highlight! LustyExpSelected guifg=#62ACCE gui=bold it will however work. I'd like do this the "right way" I guess, so I'm wondering if I'm missing something. Regards, Svend --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
