On 15 Mar 2013, at 21:58, Ben Fritz <[email protected]> wrote:

> Can you still get this issue to occur? You said it only affects one instance 
> of Vim and the rest are fine.

I think I've tracked the bug. I've compared the 'ill' and 'healthy' gVim 
sessions and spotted the offending lines:

Ill session             Healthy session
====================    ====================
cnoremap      :simalt ~    cnoremap      :simalt ~ 
inoremap      :simalt ~     inoremap      :simalt ~ 
cnoremap    :simalt ~    ... 
inoremap    :simalt ~     ...
noremap     :simalt ~     noremap     :simalt ~ 
noremap  Â :simalt ~     ...

It's those lines with 'Â' that were giving me the trouble. I've removed them 
from the ill session, and things are good again. Now the questions remain, of 
course, what those lines mean, where they came from, and how to prevent them 
from reappearing.

I have the following two lines in my _vimrc that I think have something to do 
with 'simalt':

au GUIEnter * simalt ~x        "Maximize the window on startup
source $VIMRUNTIME/mswin.vim   "Enable Windows-style copypasting

Can they be the culprit?

-- 
-- 
You received this message from the "vim_use" 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_use" 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/groups/opt_out.


Reply via email to