> Hi epanda!
>
> On Mo, 22 Feb 2010, epanda wrote:
>
> > After sourcing evim for people who don't know edit command
>
> > and after thier editing , I would like to return to exmode.
>
> > Keeping Gvim opened..
>
> :h i_Ctrl-L and you should probably also read :h evim-keys
>
> regards,
> Christian
I have tried this without success:
if g:EditConfigFlag=="Open"
" source du mapping easy vim pour edition classique
so $VIMRUNTIME/evim.vim
"
let l:path = g:confDir . "/input*.txt"
exec 'args ' . l:path
all
else
<C-L>
" fermeture des buffers ouverts depuis args
"argdo! bdel!
"i_CTRL-L
endif
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment