On Friday, May 30, 2014 9:09:19 AM UTC-5, David Fishburn wrote: > On Fri, May 30, 2014 at 9:46 AM, Christian Brabandt <[email protected]> > wrote: > > Hi Pedro! > > > > On So, 25 Mai 2014, Pedro Ferrari wrote: > > > > > I believe that the problem (bug?) is that the * (star) key cannot be > > > remapped: if I start vim with "vim -N -u NONE" (Vim 7.4 with patches > > > 1-274) and run the command "noremap * :echo "star"<CR>" and press *, > > > vim tries to perform a search. > > > > I can't reproduce this. Is this gvim/vim and on what Operating system? > > > I tried this on Windows 7 (64) running 32-bit Vim. > > > > :ver > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 13 2014 20:37:47) > > MS-Windows 32-bit GUI version with OLE support > Included patches: 1-258 > > > When I press *, I get "star" written, no search performed. > > > David
See my brief investigation a few months ago. Vim acted as expected when running in "nocompatible" mode but I reproduced the issue when running in "compatible" mode. I.e. "gvim -N -u NONE -i NONE" worked as expected but "gvim -u NONE -i NONE" performed a search then beeped at me. Did you try to reproduce in nocompatible mode or compatible mode? -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
