Re: block visual during virtual edit tabs bug

2014-03-15 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Sa, 15 Mär 2014, Liang Li wrote: > > > Hey devs, > > > > Basically, block visual doesn't work nicely with virtual edit and tabs. > > Strange things happen if you try a block visual within a tab. > > > > Eg: > > > > vim -u NONE > > > > fun! Test() > > se ve=all > >

Re: block visual during virtual edit tabs bug

2014-03-15 Fir de Conversatie Christian Brabandt
On Sa, 15 Mär 2014, Liang Li wrote: > Hey devs, > > Basically, block visual doesn't work nicely with virtual edit and tabs. > Strange things happen if you try a block visual within a tab. > > Eg: > > vim -u NONE > > fun! Test() > se ve=all > exe "norm! I\\line1\n" > exe "no

block visual during virtual edit tabs bug

2014-03-15 Fir de Conversatie Liang Li
Hey devs, Basically, block visual doesn't work nicely with virtual edit and tabs. Strange things happen if you try a block visual within a tab. Eg: vim -u NONE fun! Test() se ve=all exe "norm! I\\line1\n" exe "norm! I\\line2\n" exe "norm! I\\line3\n" exe