How to enter command mode in gVim with these settings:

set nocompatible
source $VIMRUNTIME/mswin.vim

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

This shouldn't be altering Vim's behavior so much that you cannot enter commands the same way you would without sourcing that file.

link|improve this answer
Command which causes the problem was "set im!". It's necessary to place :start in the beginning of _vimrc instead of that command. More info: vim.wikia.com/wiki/… – DSblizzard Aug 14 '11 at 5:50
How did you get "set im!" your mswin.vim file? Or did you somehow get it in your vimrc? – Heptite Aug 14 '11 at 6:25
Yes, in vimrc. My fault, I didn't listed all settings. – DSblizzard Aug 14 '11 at 8:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.