> > Patch 8.0.578 was supposed to fix that and my broken patch worked for me > https://github.com/chrisbra/vim-win32-installer/commit/4238d7e9d5f46fe6e33f2a6350cd22b19da21334 > (Windows Binary available here for test: > https://github.com/chrisbra/vim-win32-installer/releases/tag/v8.0.0575_cb) > This build works for me.
> However Patch 8.0.578 does not (Binary taken from here: > https://github.com/vim/vim-win32-installer/releases/tag/v8.0.0586). This build does not. >From your broken patch (v8.0.0575_cb): + char_u key_name[2]; ... + key_name[0] = K_SPECIAL; + key_name[1] = KS_EXTRA; + key_name[2] = KE_IGNORE; More keys than it should inserted in typeahead buffer? HTH. KF -- -- 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.
