[patch] documentation fixes

2021-06-16 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes typos in the documentation of Vim-8.2.3013. 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

Re: [vim/vim] Proposal: Add end_lnum and end_col to quickfix entry (#8393)

2021-06-16 Fir de Conversatie Yegappan Lakshmanan
Hi, On Wed, Jun 16, 2021 at 12:37 PM Bram Moolenaar wrote: > Thanks, this can be useful. > I'll let @yegappan make comments, he has > been doing work on quickfix code. > > > The changes look good to me. Can you add a few test cases for setqflist(), getqflist(),

Patch 8.2.3013

2021-06-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.3013 Problem:Vim: when debugging only the first line of a command using line continuation is displayed. Solution: Find the next command and concatenate lines until that one. (closes #8392) Files: src/vim9execute.c, src/testdir/test_debugger.vim ***

Patch 8.2.3012

2021-06-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.3012 Problem:When 'rightleft' is set the line number is sometimes drawn reversed. Solution: Adjust how space is handled. (Christian Brabandt, closes #8389, closes #8391) Files: src/drawline.c, src/testdir/test_number.vim ***

Patch 8.2.3011

2021-06-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.3011 Problem:Vim9: cannot get argument values during debugging. Solution: Lookup names in the list of arguments. Put debug instruction halfway for command. Files: src/vim9compile.c, src/vim9execute.c, src/testdir/test_debugger.vim ***

Re: [vim/vim] correctly draw number column in right-left mode (#8391)

2021-06-16 Fir de Conversatie Yegappan Lakshmanan
Hi Christian, On Wed, Jun 16, 2021 at 9:10 AM Christian Brabandt < vim-dev-git...@256bit.org> wrote: > @chrisbra pushed 1 commit. > >- a63433b > > >add test for right-left

Re: [vim/vim] correctly draw number column in right-left mode (#8391)

2021-06-16 Fir de Conversatie Christian Brabandt
On Mi, 16 Jun 2021, Yegappan Lakshmanan wrote: > I am attaching a test for this. Oh wow, I wasn't so fast yet, just wanted to get feedback from the CI system first. Thanks for that, will amend the PR later Best, Christian -- Neue Meldungen von Windows 2000: Drücken Sie eine beliebige Taste

Re: [vim/vim] correctly draw number column in right-left mode (#8391)

2021-06-16 Fir de Conversatie Yegappan Lakshmanan
Hi Christian, On Wed, Jun 16, 2021 at 5:47 AM Christian Brabandt < vim-dev-git...@256bit.org> wrote: > fix for #8389 > -- > You can view, comment on, or merge this pull request online at: > >

Re: My contributions to the Vim development

2021-06-16 Fir de Conversatie Doug Kearns
On Sun, 13 Jun 2021 at 15:23, Yegappan Lakshmanan wrote: > Hi all, > > I have been using Vim for more than 25 years and contributing to > the Vim development for 20 years. I have captured my contributions > to Vim over the years in the following page: > >

Patch 8.2.3010

2021-06-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.3010 Problem:Not enough testing for viminfo code. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8390) Files: src/register.c, src/testdir/test_fileformat.vim, src/testdir/test_smartindent.vim, src/testdir/test_viminfo.vim ***

Re: Using PowerShell as the shell in VIM

2021-06-16 Fir de Conversatie Bram Moolenaar
Mike Williams wrote: > I recently tried to start using Tim Pope's excellent git plugin, > vim-fugitive, on my Windows machine and soon ran into problems. These > were all from having setup Windows PowerShell as my shell to use from > VIM. My settings were ancient and naively cargo-culted from

Using PowerShell as the shell in VIM

2021-06-16 Fir de Conversatie Mike Williams
Hi, I recently tried to start using Tim Pope's excellent git plugin, vim-fugitive, on my Windows machine and soon ran into problems. These were all from having setup Windows PowerShell as my shell to use from VIM. My settings were ancient and naively cargo-culted from the web and had worked for

Patch 8.2.3009

2021-06-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.3009 (after 8.2.3006) Problem:Startup test may hang. Solution: Do not run the test in the GUI. Files: src/testdir/test_startup.vim *** ../vim-8.2.3008/src/testdir/test_startup.vim2021-06-15 23:05:55.558226225 +0200 --- src/testdir/test_startup.vim

Re: Patch 8.2.3008

2021-06-16 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > > > Patch 8.2.3008 (after 8.2.3006) > > > Problem:Startup test may hang. > > > Solution: Add quit command in the script. > > > Files: src/testdir/test_startup.vim > > > > Unfortunately, it still hangs on MS-Windows. I don't see a hint why. > > Any ideas? > > The