Re: gvim :sh ^U broken by patch 8.2.0851

2022-10-03 Fir de Conversatie Gary Johnson
On 2022-10-03, Gary Johnson wrote: > I seldom use gvim on Linux and even less often use :sh from gvim, so > I didn't notice this until recently when projects and my workflow > changed. > > When :sh is used in gvim to launch a shell, the backspace and ^U no > longer work. Instead of backspacing

Re: Patch 9.0.0649

2022-10-03 Fir de Conversatie Tony Mechelynck
On Mon, Oct 3, 2022 at 5:44 PM Bram Moolenaar wrote: > > > Patch 9.0.0649 > Problem:No indication when the first line is broken for 'smoothscroll'. > Solution: Show "<<<" in the first line. > Files: src/drawline.c, src/testdir/dumps/Test_smoothscroll_2.dump, >

Patch 9.0.0654

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0654 Problem:Breakindent test fails. Solution: Temporarily accept wrong result. Files: src/testdir/test_breakindent.vim *** ../vim-9.0.0653/src/testdir/test_breakindent.vim2022-10-03 17:07:29.993542954 +0100 --- src/testdir/test_breakindent.vim2022-10-03

Re: Patch 9.0.0653

2022-10-03 Fir de Conversatie Gary Johnson
On 2022-10-03, Bram Moolenaar wrote: > Patch 9.0.0653 (after 8.2.0260) > Problem:BS and DEL do not work properly in an interacive shell. (Gary > Johnson) > Solution: Adjust the length for replaced codes. > Files: src/term.c, src/proto/term.pro, src/os_unix.c, src/os_win32.c

Patch 9.0.0653

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0653 (after 8.2.0260) Problem:BS and DEL do not work properly in an interacive shell. (Gary Johnson) Solution: Adjust the length for replaced codes. Files: src/term.c, src/proto/term.pro, src/os_unix.c, src/os_win32.c *** ../vim-9.0.0652/src/term.c 2022-10-01

Re: gvim :sh backspace broken by patch 8.2.0260

2022-10-03 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > I seldom use gvim on Linux and even less often use :sh from gvim, so > I didn't notice this until recently when projects and my workflow > changed. > > When :sh is used in gvim to launch a shell, the backspace and ^U no > longer work. Instead of backspacing or clearing

gvim :sh ^U broken by patch 8.2.0851

2022-10-03 Fir de Conversatie Gary Johnson
I seldom use gvim on Linux and even less often use :sh from gvim, so I didn't notice this until recently when projects and my workflow changed. When :sh is used in gvim to launch a shell, the backspace and ^U no longer work. Instead of backspacing or clearing the line, each just puts gibberish

Patch 9.0.0652

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0652 Problem:'smoothscroll' not tested with 'number' and "n" in 'cpo'. Solution: Add tests, fix uncovered problem. Files: src/move.c, src/drawline.c, src/drawscreen.c, src/testdir/test_scroll_opt.vim, src/testdir/dumps/Test_smooth_number_1.dump,

Re: [vim/vim] Input redirection doesn't work with powershell (PR #11257)

2022-10-03 Fir de Conversatie Enan Ajmain
Thank you, Yegappan. Works beautifully. On Monday, October 3, 2022 at 9:06:01 PM UTC+6 Bram Moolenaar wrote: > Closed #11257 via 0a01667 > > . > > — > Reply to this email

gvim :sh backspace broken by patch 8.2.0260

2022-10-03 Fir de Conversatie Gary Johnson
I seldom use gvim on Linux and even less often use :sh from gvim, so I didn't notice this until recently when projects and my workflow changed. When :sh is used in gvim to launch a shell, the backspace and ^U no longer work. Instead of backspacing or clearing the line, each just puts gibberish

Patch 9.0.0651

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0651 (after 9.0.0649) Problem:Build fails without the +conceal feature. Solution: Rename called function. Files: src/drawline.c *** ../vim-9.0.0650/src/drawline.c 2022-10-03 16:44:09.397950620 +0100 --- src/drawline.c 2022-10-03 17:43:24.522354171 +0100

Patch 9.0.0650

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0650 (after 9.0.0649) Problem:Some tests are failing. Solution: Adjust for "<<<" showing up. Files: src/testdir/test_breakindent.vim, src/testdir/test_display.vim, src/testdir/test_listlbr.vim, src/testdir/test_listlbr_utf8.vim,

Patch 9.0.0649

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0649 Problem:No indication when the first line is broken for 'smoothscroll'. Solution: Show "<<<" in the first line. Files: src/drawline.c, src/testdir/dumps/Test_smoothscroll_2.dump, src/testdir/dumps/Test_smoothscroll_3.dump,

Patch 9.0.0648

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0648 Problem:When using powershell input redirection does not work. Solution: Use a different shell command for powershell. (Yegappan Lakshmanan, closes #11257) Files: src/ex_cmds.c, src/testdir/test_shell.vim *** ../vim-9.0.0647/src/ex_cmds.c 2022-09-19

Patch 9.0.0647

2022-10-03 Fir de Conversatie Bram Moolenaar
[Note: if you have been using 'nosplitscroll' you need to change that to set 'splitkeep' to "screen"] Patch 9.0.0647 Problem:The 'splitscroll' option is not a good name. Solution: Rename 'splitscroll' to 'splitkeep' and make it a string option, also supporting "topline". (Luuk

Re: [vim/vim] Input redirection doesn't work with powershell (PR #11257)

2022-10-03 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Mon, Oct 3, 2022 at 5:06 AM Bram Moolenaar wrote: > > The current patch checks for powershell on any system. > It is available on Linux, but does it use exactly the same syntax then? > Is it even practical to set 'shell' to powershell on any other system > than MS-Windows? > > >

Patch 9.0.0646

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0646 Problem:with 'smoothscroll' set CTRL-E does not work properly when 'foldmethod' is set to "indent". (Yee Cheng Chin) Solution: Merge the code for scroling with folds and 'smoothscroll'. (closes #11262) Files: src/move.c,

Re: After ":set sms" in my .vimrc, 'smoothscroll' is not set in files edited later (Big gvim 9.0.643)

2022-10-03 Fir de Conversatie Bram Moolenaar
Tony wrote: > I added in my vimrc the lines > > if exists ('+smoothscroll') > set sms > endif > > (the :set line is line 299). > > After my handcrafted session file (sourced by invoking "gvim -S") > loads several files with 'wrap' set (also by my vimrc) in gvim (Big) > 9.0.643 I tried

Patch 9.0.0645

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0645 Problem:CTRL-Y does not stop at line 1. (John Marriott) Solution: Stop at line 1 when 'smoothscroll' is not set. (closes #11261) Files: src/move.c, src/testdir/test_scroll_opt.vim *** ../vim-9.0.0644/src/move.c 2022-10-02 21:29:18.416089542 +0100 --- src/move.c

Patch 9.0.0644

2022-10-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0644 Problem:'smoothscroll' is not copied to a new window on :split. Solution: Copy the option value. Add a test. Files: src/option.c, src/testdir/test_options.vim *** ../vim-9.0.0643/src/option.c2022-10-02 21:29:18.416089542 +0100 --- src/option.c