On Nov 29, 1:39 pm, "Mr. Shawn H. Corey" <[EMAIL PROTECTED]> wrote:
> On Sat, 2008-11-29 at 12:50 -0600, Tim Chase wrote:
> > > I have perl.vim installed.
>
> > > File::Path
>
> > > Suppose I have the above text in a .pl file and the cursor is on
> > > 'Path'. When I press *, it will search for \<File::Path\>. I want vim
> > > to search for \<Path\>. Can somebody let me know how to do it?
>
> > > If the cursor is at the beginning of 'File' and I press 'd' and 'e',
> > > vim would delete 'File::Path' completely. But I want it delete 'File'
> > > only. Could somebody let me know how to do this as well?
>
> > Though I'm not a Perl user, it sounds like you have ":" in your
> > 'iskeyword' setting.  This can be removed with
>
> >    set iskeyword-=:
>
> > If it's getting set by the filetype detection of perl-scripts,
> > you may have to put that command in an "after" script to prevent
> > it from being overridden.
>
> > To read more, consult
>
> >    :help 'iskeyword'
> >    :help after-directory
>
> This is part of perl.vim for vim 6 and older.  When I upgraded to
> version 7, it when away.  Could you upgrade your version?

The vim in my system is of version 7.0. I think that it is actually
because of perl-support that I just installed recently instead of
perl.vim as I mentioned in the original post.

http://www.vim.org/scripts/script.php?script_id=556

Is it considered a bug of perl-support?

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

Reply via email to