On Wednesday, August 28, 2013 11:53:32 PM UTC-5, Dmitry Frank wrote: > Hello. > > > I used very old Vim 7.3.46 before (on Windows), now I tried Vim 7.4, and I > have an issue with popup-menu. > > Say, I have popup-menu with three items: "one", "two", "three". > > > > In Vim 7.3, when I type part of word, first menuitem keeps being selected, > so, I can just type "o", press Enter, and "one" is inserted in the text. But > in Vim 7.4, first item selected just when popup menu is shown, but when I > type at least one symbol, selection goes away, and I need for one more > keystroke <Down> or <C-n>. > > > > How can I make it behave like Vim 7.3? > >
I don't think Vim has ever behaved as you describe for 7.3. I've used a mapping to get this behavior since around 7.1 or 7.2, adapted from: http://vim.wikia.com/wiki/Make_Vim_completion_popup_menu_work_just_like_in_an_IDE Perhaps you also used this mapping, but deleted/overwrote your _vimrc when you upgraded? If you use the default _vimrc in C:\Program Files... then this is probably the case. You should make a user-specific _vimrc instead, usually in C:\Users\YourUserNameHere\_vimrc, or now in version 7.4, C:\Users\YourUserNameHere\vimfiles\vimrc. Sometimes Vim may see $HOME as something other than C:\Users\YourUSerNameHere. You can always ask Vim where to put it: :echo $HOME -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.