Try to see if you sourced mswin.vim somewhere. (it may be in your .vimrc, or $VIMRUNTIME/vimrc_example.vim, or anywhere in the $VIM.) An easy way may be: delete the mswin.vim file, restart vim and the script souceing that file will report an error, then you'll know where you had sourced it.
If you runs vim on both Windows and *nix platform, it is highly recommended that you remove the call of the mswin.vim. It might be helpful for those who had never used VI before and knows only Windows platform. But for *nix users, it create many incompatibilities. Hope that helps. -- Sincerely, Pan, Shi Zhu. ext: 2606 striker <[EMAIL PROTECTED]> 写于 2006-12-27 19:52:01: > I frequently use i_CTRL-Y on my *nix box to insert the character > above. How can I make i_CTRL-Y work on Windows? > i_CTRL-E does however work. > > TIA, > Kevin