Dear all, I'm using a vim script 'xml.vim'. Also I'm using the mappings ':inoremap <Cr> <Esc>' and ':nnoremap <Cr> i<Cr><Esc>'. Because of this, the script doesn't work right. The line giving problems uses 'exe "normal ..."'. Is there a way to make sure the commands represented by ... won't be mapped?
Thanks in advance, kind regards, Roald --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
