On Oct 25, 12:23 am, John Little <[email protected]> wrote: > On Oct 24, 11:46 pm, rameo <[email protected]> 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
