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
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
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
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