Re: Patch 8.1.2350

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 5:59:01 UTC+9 Bram Moolenaar wrote: > > > Ken Takata wrote: > > > 2019/11/27 Wed 3:34:01 UTC+9 Bram Moolenaar wrote: > > > > > > > > > Patch 8.1.2350 > > > Problem:Other text for CTRL-V in Insert mode with modifyOth

Re: Patch 8.1.2350

2019-11-27 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/11/27 Wed 3:34:01 UTC+9 Bram Moolenaar wrote: > > > > > > Patch 8.1.2350 > > Problem:Other text for CTRL-V in Insert mode with modifyOtherKeys. > > Solution: Convert the Escape sequence back to key as if modifyOtherKeys > &g

Re: Patch 8.1.2350

2019-11-27 Fir de Conversatie Ken Takata
Hi Bram, 2019/11/27 Wed 3:34:01 UTC+9 Bram Moolenaar wrote: > > > Patch 8.1.2350 > Problem:Other text for CTRL-V in Insert mode with modifyOtherKeys. > Solution: Convert the Escape sequence back to key as if modifyOtherKeys > is > not set, and use CT

Patch 8.1.2350

2019-11-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.2350 Problem:Other text for CTRL-V in Insert mode with modifyOtherKeys. Solution: Convert the Escape sequence back to key as if modifyOtherKeys is not set, and use CTRL-SHIFT-V to get the Escape sequence itself. (closes #5254) Files: runtime/doc