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

2021-05-28 Fir de Conversatie justrajdeep
Thanks Tony. On Friday, May 28, 2021 at 6:30:27 AM UTC-4 Tony Mechelynck wrote: > On Fri, May 28, 2021 at 12:55 AM justrajdeep wrote: > > > > 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

Patch 8.2.2897

2021-05-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.2897 Problem:Vim9: can use reserved words at the script level. Solution: Check variable names for reserved words. (closes #8253) Files: src/vim9compile.c, src/vim9script.c, src/proto/vim9script.pro, src/eval.c, src/testdir/test_vim9_assign.vim ***

Patch 8.2.2896

2021-05-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.2896 Problem:Spellfile functionality not fully tested. Solution: Add tests for CHECKCOMPOUNDPATTERN and COMMON. (Dominique Pellé, closes #8270) Files: src/testdir/test_spellfile.vim *** ../vim-8.2.2895/src/testdir/test_spellfile.vim 2020-10-02

Patch 8.2.2895

2021-05-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.2895 Problem:Vim9: random characters appear in some error messages. Solution: Pass the correct pointer. (closes #8277) Files: src/eval.c, src/vim9compile.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.2894/src/eval.c 2021-05-28 13:50:13.821107364 +0200 --- src/eval.c

Re: [vim/vim] doc: ":tc" is no longer the abbreviation of ":tcl" (#8258)

2021-05-28 Fir de Conversatie Charles Campbell
lacygoill (Vim Github Repository) wrote: did you detect this by luck or do you have an automated way of finding whether the doc is inconsistent with the actual command being run? I guess it's a bit of both (luck + automated way). I'm rewriting the default Vim syntax plugin to get

Patch 8.2.2894

2021-05-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.2894 Problem:MS-Windows: using enc_locale() for strftime() might not work. Solution: Use wcsftime(). (Ken Takata, closes #8271) Files: src/time.c *** ../vim-8.2.2893/src/time.c 2021-01-20 22:22:45.736246959 +0100 --- src/time.c 2021-05-28 15:45:49.347106427 +0200

Patch 8.2.2893

2021-05-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.2893 Problem:Multi-byte text in popup title shows up wrong. Solution: Use the character width instead of the byte length. (Ralf Schandl, closes #8267, closes #8264) Files: src/popupwin.c, src/message_test.c, src/testdir/test_popupwin.vim,

Patch 8.2.2892

2021-05-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.2892 Problem:Error message contains random characters. Solution: Pass the right pointer to error_white_both(). (closes #8272, closes #8263) Files: src/eval.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.2891/src/eval.c 2021-05-18 15:09:13.967782682 +0200 ---

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

2021-05-28 Fir de Conversatie Tony Mechelynck
On Fri, May 28, 2021 at 12:55 AM justrajdeep wrote: > > 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 -> >

Re: Insert non-rectangular selection

2021-05-28 Fir de Conversatie Maxim Kim
пятница, 28 мая 2021 г. в 10:42:17 UTC+3, Maxim Kim: > >> Here you can only yank a block including the spaces, and they would also >> be inserted with "zp". Perhaps we should also have a "zy" command to >> exclude the trailing spaces when yanking. I think that's better than >> having "zp"

Re: Insert non-rectangular selection

2021-05-28 Fir de Conversatie Maxim Kim
> > Here you can only yank a block including the spaces, and they would also > be inserted with "zp". Perhaps we should also have a "zy" command to > exclude the trailing spaces when yanking. I think that's better than > having "zp" drop spaces that were yanked. > > What about "zd" then?

Re: Insert non-rectangular selection

2021-05-28 Fir de Conversatie Maxim Kim
> > > like a `zp` command, that does not add any trailing spaces. > > Btw if you paste at the end of the `;text` no trailing spaces would be added. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more