On Wed, Feb 17, 2010 at 07:41:44AM -0800, Brett Stahlman wrote:
> 
> 
> On Feb 17, 9:24 am, Andrey Zhidenkov <andrey.zhiden...@gmail.com>
> wrote:
> > Hello again.
> >
> > I've asked today about 'vim vs subversion'. So I decided to add a keybinding
> > definition into my ~/.vimrc:
> >
> > map <F12> :w<CR>:!svn commit -m "Update wifidb files from " . `hostname`<CR>
> 
> Andrey,
> As it stands, the dot operator is going to be processed by the shell,
> not Vim. I think what you really want is something like this:
> map <F12> :w<CR>:!svn commit -m "Update wifidb files from
> `hostname`"<CR>
> 
> Brett Stahlman

Thank you. It really works ;).

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

Reply via email to