On Wed, Mar 14, 2012 at 12:51 AM, Harold Pimentel <[email protected]>wrote:
> Hi all, > > The behavior I'm looking for is to be able to treat words separated by '.' > as different words (as understood by the motion 'w') in the R language. > > For example, let '|' denote the cursor position: > > |x.bar > > Now you hit 'w' > > x|.bar > > And so forth. > > Also, there are existing syntax rules for the language (I'm using > vim-r-plugin). Is there a way I can augment the existing rules without > touching that code (put something in my .vimrc or > ~/.vim/bundles/myRchanges/r.vim when using pathogen)? > > Sorry, I'm sure this has been asked many times before. > > I think you have to start with :help iskeyword (although I find it a bit confusing, myself). -- 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
