Re: [Vim-latex-devel] Some problems with command implementation
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2002-12-30 00:38:08
|
On Sun, 29 Dec 2002, Srinath Avadhanula wrote: > This works nicely! Thanks! > > I shall use this idea in packages.vim, templates.vim and > custommacros.vim. > I see that there's still a problem: The command: com! Foo normal! i doesn't leave the user in insert mode, whereas com! Foo normal! 0v$<C-g> does leave the user in select mode. This seems to be a vim inconsistency... Any workarounds? Doing a startinsert after the command is not going to cut it because sometimes we want to end up in insert mode, sometimes in select mode. Srinath |