[vim/vim] Potential vim bug related to :bd of linked file and opening again

2021-05-27 Fir de Conversatie justrajdeep
Hi I have a file and a soft link to it *ls -ltr $OUT/src/verif/gl2cc/gl2cc_top/tb/gl2cc_top_tb_pkg.sv* *lrwxrwxrwx 1 ramondal gfx11 85 May 27 10:21 $OUT/src/verif/gl2cc/gl2cc_top/tb/gl2cc_top_tb_pkg.sv -> $ROOT/src/verif/glx/gl2cc/gl2cc_top/tb/gl2cc_top_tb_pkg.sv* i open the symlink file usi

Patch 8.2.2891

2021-05-27 Fir de Conversatie Bram Moolenaar
Patch 8.2.2891 Problem:Cannot build with Perl 5.34. Solution: Add Perl_SvTRUE_common(). (Ozaki Kiichi, closes #8266, closes #8250) Files: src/if_perl.xs *** ../vim-8.2.2890/src/if_perl.xs 2020-10-31 13:05:08.347282036 +0100 --- src/if_perl.xs 2021-05-27 17:59:06

Re: Insert non-rectangular selection

2021-05-27 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Di, 25 Mai 2021, Andre Tann wrote: > > > Hi all, > > > > I repeatedly have the following situation, and wonder how it can be handled > > better than I do it now. These lines must be merged > > > > /path/subdir;text > > /path/longsubdir;text > > /path/longlong

Re: Insert non-rectangular selection

2021-05-27 Fir de Conversatie Christian Brabandt
On Di, 25 Mai 2021, Andre Tann wrote: > Hi all, > > I repeatedly have the following situation, and wonder how it can be handled > better than I do it now. These lines must be merged > > /path;text > /path;text > /path;text > > with these: > > /subdir > /longsubdir > /longlongsubdir > > Resu