Tuesday, November 2, 2010

Re: How to eliminate $-> from php words

* sc <toothpik@swbell.net> [101102 16:20]:
> On Tuesday 02 November 2010 18:48:30 Tim Johnson wrote:
<.....>
> first, test my theory by testing iskeyword with
>
> :verbose set iskeyword?
<..>
> ok, scratch that -- i just looked and php.vim does not tamper
> with iskeyword -- perhaps you have a plugin installed that is
> setting it -- so tell us what you see when you do the verbose
> query
Here you go...
iskeyword=38,42,43,45,47-58,60-62,64-90,97-122,_,&

And I don't recall the vim command to list out plugins, but
If I invoke the following:
gvim --noplugin hello.php
and then run
:verbose set iskeyword?
I get
iskeyword=@,48-57,_,192-255
Last set from ~/.vimrc
.... and you are correct: A plugin is doing it.
And which is it?
--
Tim
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com

--
You received this message from the "vim_use" 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

No comments: