On Tuesday, June 11, 2013 1:33:45 PM UTC+9, [email protected] wrote: > Status: New > Owner: ---- > Labels: Type-Defect Priority-Medium > New issue 141 by [email protected]: <C-@> > > http://code.google.com/p/vim/issues/detail?id=141
I could handle CTRL-@ with following patch. https://gist.github.com/mattn/5755848 I found that some keys doesn't handle correctly at os_win32.c:796 . Ctrl-6 fire Ctrl-^ Ctrl-2 fire Ctrl-@ Ctrl-- fire Ctrl-_ I don't know why this code is needed. My patch can handle all keys above. Anyone, do you know why this is left-field code? - Yasuhiro Matsumoto -- -- 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/groups/opt_out.
