--- On Wed, 11/25/09, Gary Johnson <[email protected]> wrote:

> From: Gary Johnson <[email protected]>

> Note that vim complains about not finding the tag
> "init_gnome(", not
> "init_gnome".  This suggests that "(" is included in
> the 'iskeyword'
> option.  It isn't by default.  To verify that the
> "(" is there and
> to see what might have put it there, execute
> 
>     :verbose set isk?

Thanks very much, Gary, for answering. The command you gave me told that 
iskeywo...@... was set from .vimrc. And sure enough, there's a line 

 autocmd FileType python set complete+=k~/.vim/syntax/python.vim isk+=.,(

I must have copied it somewhere from the net without realizing the side effects.

Would ~/.vim/ftplugin/python.vim be a more appropriate place for the above line?

Thanks again for answering my question. :-)

Tuomas 




      

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to