Anton Sharonov (ant0sha)
Anton Sharonov (ant0sha)
### Steps to reproduce (Reported on vim_use by Salman Halim ) 8.2 w32 gvim used to produce ^_ when Ctrl+- was press. 9.0 w32 gvim produces ^- instead. E.g. mapping:...
NOTE: consider it as WIP state - due to unclear status of imap (an attempt to fix #10817) In principle the functionality for ^_ is recovered and works, but what...
New function "setkblayout" usable from tests is introduced, to control keyboard layout of running gvim. Usage example (expected to insert string "d€@ö" into current buffer, it requires my last PR...
Implementation uses additional call to ToUnicode() to recognize more precisely, what is going on concerning Alt, Crtl and Shift modifiers. ctrl+alt=altgr ============== Fixes: questionable PR #10308, (was blamed by @sthomen),...
lot of things like this during linking step: /usr/lib64/gcc/x86_64-suse-linux/12/../../../../x86_64-suse-linux/bin/ld: remotesmtp.o:/dare/sys_libs_experimental/eMail/include/email.h:81: multiple definition of `Mopts'; email.o:/dare/sys_libs_experimental/eMail/src/email.c:45: first defined here Following patch fixes it for me: ``` commit 3ccc3f0fe865d7c7c4be1779116e98f8476d50da Author: Anton Sharonov...
Habr.com article draft you mentioned (https://github.com/vim/vim/pull/14277#issuecomment-2016784624) would you mind to share it here, perhaps? ))) (knowing my situation with finding free time to finalize big projects as an example, that...
First of all - many thanks for your useful solution! Saved me many hours of trying to implement the same thing from scratch (I would go with Perl though) ))))...