Monday, October 25, 2010

Re: difference command line and menu?

On Oct 25, 12:23 am, John Little <john.b.lit...@gmail.com> wrote:
> On Oct 24, 11:46 pm, rameo <rai...@gmail.com> wrote:> Normally I test regex in the command line and when it works I put them
> > in menu.vim.
>
> ...
>
> > :'<,'>s/^\([-*]\|\d*\.\)\s*\l/\U&/gc<CR>
>
> > This regex does work in the command line
> > but doesn't work in menu.vim.
>
> Please tell us exactly what you've put in menu.vim.
>
> Regards, John

John exactly the same command as in the vimrc file.

:'<,'>s/^\([-*]\|\d*\.\)\s*\l/\U&/gc<CR>

regards,
Rameo

--
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: