I hit similar once as well. Also note that wfoo means write foo or such
- thus spaces can be omitted.
> export VIM_CMD_REINTERPRETE=":;wq!#:wq!"
You can implement this on your own, but such into your .vimrc
let l = split('#", $VIM_CMD_REINTERPRETE)
exec 'cnoremap '.l[0].' '.l[1]
or similar - see my other mail as well which suggested using cnoremap
without env var - or remember ZZ or ZQ which might even be easier to
type and works always everywhere.
Marc Weber
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.