On Thu, Jun 27, 2013 at 12:38 AM, Charles Campbell < [email protected]> wrote:
> Yukihiro Nakadaira wrote: > > On Wed, Jun 26, 2013 at 11:31 PM, Charles Campbell < >> [email protected] >> <mailto:Charles.E.Campbell@**nasa.gov<[email protected]>>> >> wrote: >> >> I tried it again with simple.vimrc: >> >> set nocp >> syn on >> >> >> ":filetype plugin on" is also required to reproduce. >> ftplugin/vim.vim executes ":set iskeyword+=:" >> >> I tried the patch and it seems not fix that strange highlighting. >> >> I just did a pull from the Merc repository; the system ftplugin/vim.vim > I got from it does not have set isk+=: in it. Is this your own change? > Anyway, it seems that that's your problem. It is actually "setlocal isk+=:". https://code.google.com/p/vim/source/browse/runtime/ftplugin/vim.vim#26 -- Yukihiro Nakadaira - [email protected] -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
