Patch 8.2.2907

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2907 Problem:Memory leak when running out of memory. Solution: Free the allocated memory. (Dominique Pellé, closes #8284) Files: src/term.c *** ../vim-8.2.2906/src/term.c 2021-04-11 13:29:13.194824346 +0200 --- src/term.c 2021-05-29 22:31:25.302771603 +0200 **

Patch 8.2.2906

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2906 (after 8.2.2905) Problem:ASAN reports errors for test_startup for unknown reasons. Solution: Temporarily disable the new test. Files: src/testdir/test_startup.vim *** ../vim-8.2.2905/src/testdir/test_startup.vim2021-05-29 19:53:46.455055663 +0200 --- src/testd

Patch 8.2.2905

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2905 Problem:No error when defaults.vim cannot be loaded. Solution: Add an error message. (Christian Brabandt, closes #8248) Files: runtime/doc/starting.txt, src/errors.h, src/main.c, src/testdir/test_startup.vim *** ../vim-8.2.2904/runtime/doc/starting.txt2

Re: [vim/vim] using tmux breaks vim's colors and termguicolors (#3608)

2021-05-29 Fir de Conversatie Maxim Kim
> > > OK, so which one of the two should we recommend? > > And tmux faq: * https://github.com/tmux/tmux/wiki/FAQ#how-do-i-use-a-256-colour-terminal * https://github.com/tmux/tmux/wiki/FAQ#how-do-i-use-rgb-colour -- -- You received this message from the "vim_dev" maillist. Do not top-post

Patch 8.2.2904

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2904 Problem:"g$" causes scroll if half a double width char is visible. Solution: Advance to the last fully visible character. (closes #8254) Files: src/normal.c, src/testdir/test_normal.vim *** ../vim-8.2.2903/src/normal.c2021-05-04 21:56:24.877671364 +0200 --- src

Re: [vim/vim] using tmux breaks vim's colors and termguicolors (#3608)

2021-05-29 Fir de Conversatie Maxim Kim
суббота, 29 мая 2021 г. в 18:57:42 UTC+3, Bram Moolenaar: > > Maxim Kim wrote: > > > > *tmux* > > > When using tmux you may want to use this in the tmux config: > > > > # tmux colors > > > set -g default-terminal "xterm-256color" > > > set -ag terminal-overrides ",xterm-256color:Tc" > > >

Re: [vim/vim] using tmux breaks vim's colors and termguicolors (#3608)

2021-05-29 Fir de Conversatie Bram Moolenaar
Maxim Kim wrote: > > *tmux* > > When using tmux you may want to use this in the tmux config: > > > # tmux colors > > set -g default-terminal "xterm-256color" > > set -ag terminal-overrides ",xterm-256color:Tc" > > > > Let me know if something needs to be changed. > > > > > > > This works for me

Patch 8.2.2903

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2903 Problem:Cursor position wrong on wrapped line with 'signcolumn'. Solution: Don't add space for showbreak twice. (Christian Brabandt, closes #8262) Files: src/drawline.c, src/testdir/test_display.vim *** ../vim-8.2.2902/src/drawline.c 2021-04-21 15:11:1

Patch 8.2.2902

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2902 Problem:Spellfile functionality not fully tested. Solution: Add tests for CIRCUMFIX, NOBREAK and others. (Dominique Pellé, closes #8283) Files: src/testdir/test_spellfile.vim *** ../vim-8.2.2901/src/testdir/test_spellfile.vim 2021-05-28 18:32:08.64607

Patch 8.2.2901

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2901 Problem:Some operators not fully tested. Solution: Add a few test cases. (Yegappan Lakshmanan, closes #8282) Files: src/testdir/test_cpoptions.vim, src/testdir/test_increment.vim, src/testdir/test_normal.vim, src/testdir/test_virtualedit.vim, src/

Re: [patch] fixed mistakes in vim-8.2.2800 doc.

2021-05-29 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Attached patch fixes a few mistakes in the doc of vim-8.2.2899. Thanks! -- ARTHUR: Listen, old crone! Unless you tell us where we can buy a shrubbery, my friend and I will ... we will say "Ni!" CRONE: Do your worst! "Monty Python and the Holy Gra

Patch 8.2.2900

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2900 Problem:QuitPre is triggered before :wq writes the file, which is different from other commands. Solution: Trigger QuitPre after writing the file. (closes #8279) Files: src/ex_docmd.c, src/testdir/test_writefile.vim *** ../vim-8.2.2899/src/ex_docmd.c 2

[patch] fixed mistakes in vim-8.2.2800 doc.

2021-05-29 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes a few mistakes in the doc of vim-8.2.2899. Regards Dominique -- -- 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 information, visit http://www.vim.org/maillist.php --- You received

Re: [vim/vim] using tmux breaks vim's colors and termguicolors (#3608)

2021-05-29 Fir de Conversatie Maxim Kim
пятница, 28 мая 2021 г. в 23:23:51 UTC+3, Bram Moolenaar: > > *tmux* > When using tmux you may want to use this in the tmux config: > > # tmux colors > set -g default-terminal "xterm-256color" > set -ag terminal-overrides ",xterm-256color:Tc" > > Let me know if something needs to be changed. >

Patch 8.2.2899

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2899 Problem:Appveyor script does not detect nmake failure. Solution: Explicitly check for executable. (Ken Takata, closes #8281) Files: ci/appveyor.bat *** ../vim-8.2.2898/ci/appveyor.bat 2020-07-29 16:31:59.495477647 +0200 --- ci/appveyor.bat 2021-05-29 12:39:40.2

Patch 8.2.2898

2021-05-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2898 Problem:QuitPre and ExitPre not triggered when GUI window is closed. Solution: Call before_quit_autocmds(). (closes #8242) Files: src/ex_docmd.c, src/proto/ex_docmd.pro, src/gui.c *** ../vim-8.2.2897/src/ex_docmd.c 2021-05-26 21:10:07.285101484 +0200 --- src/ex_do