Re: [vim/vim] netrw: Fix gx command (#7188)

2020-10-22 Fir de Conversatie Nick Jensen
The 2020-10-22 21:39, Charles Campbell wrote: I confess that I'm not a git master.  It'd be a help if you could send me a patch instead of a commit which I don't use, or inform me of the git command to download the file separately so I can diff and study it. I can see a nice pretty set of

Re: [vim/vim] netrw: Fix gx command (#7188)

2020-10-22 Fir de Conversatie James McCoy
On Thu, Oct 22, 2020, 21:39 Charles Campbell wrote: > I confess that I'm not a git master. It'd be a help if you could send > me a patch instead of a commit which I don't use > If you append ".diff" to a pull request URL, you get a diff you can download. For example,

Re: [vim/vim] netrw: Fix gx command (#7188)

2020-10-22 Fir de Conversatie Charles Campbell
K.Takata (Vim Github Repository) wrote: Fix #4738 . Since Netrw v165, the gx command had been broken at least on macOS and MS-Windows. The platform-specific open commands support to handle a remote URL directly, however, Netrw downloaded a file first.

Re: [vim/vim] netrw's "gx" functionality doesn't open URLs anymore in macOS (#4738)

2020-10-22 Fir de Conversatie Charles Campbell
K.Takata (Vim Github Repository) wrote: I created PR #7188 . @cecamp Please check this. I no longer have access to a Mac; I thus depend on someone to forward a patch to me which addresses the problem. Chip Campbell -- -- You

Proposed change in help for g Ctrl-G

2020-10-22 Fir de Conversatie Tony Mechelynck
Second paragraph of the g_CTRL-G help. There is: If there are characters in the line that take more than one position on the screen ( or special character), both the "real" column and the screen column are shown, separated with a dash. I suggest:

Patch 8.2.1891

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1891 Problem:Vim9: skipping over expression doesn't handle line breaks. Solution: Pass evalarg to skip_expr(). (closes #7157) Files: src/vim9compile.c, src/eval.c, src/proto/eval.pro, src/ex_docmd.c, src/misc1.c, src/testdir/test_vim9_cmd.vim ***

Patch 8.2.1890

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1890 Problem:Vim9: strange error for subtracting from a list. Solution: Check getting a number, not a string. (closes #7167) Files: src/eval.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.1889/src/eval.c 2020-10-15 21:54:51.788563670 +0200 --- src/eval.c 2020-10-22

Patch 8.2.1889

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1889 Problem:Vim9: errornous error for missing white space after {}. Solution: Don't skip over white space after {}. (issue #7167) Files: src/dict.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.1888/src/dict.c 2020-10-18 18:03:13.629155053 +0200 --- src/dict.c

Patch 8.2.1888

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1888 Problem:Vim9: Getbufline(-1, 1, '$') gives an error. Solution: Return an empty list. (closes #7180) Files: src/evalbuffer.c, src/testdir/test_vim9_builtin.vim *** ../vim-8.2.1887/src/evalbuffer.c2020-09-05 17:37:00.845133066 +0200 --- src/evalbuffer.c

Patch 8.2.1887

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1887 Problem:Github actions not optimally configured. Solution: Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi, closes #7184) Files: .github/workflows/ci-windows.yaml *** ../vim-8.2.1886/.github/workflows/ci-windows.yaml 2020-10-10

Patch 8.2.1886

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1886 Problem:Using ":silent!" in a popup filter has unexpected effect. Solution: Use did_emsg instead of called_emsg. (closes #7178) Files: src/popupwin.c, src/testdir/test_popupwin.vim *** ../vim-8.2.1885/src/popupwin.c 2020-10-17 19:29:47.522935804 +0200 ---

Patch 8.2.1885

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1885 Problem:Filetype tests unnessarily creates swap files. Solution: Disable 'swapfile'. (Ken Takata, closes #7183) Files: src/testdir/test_filetype.vim *** ../vim-8.2.1884/src/testdir/test_filetype.vim 2020-10-10 21:50:21.128071530 +0200 ---

Patch 8.2.1884

2020-10-22 Fir de Conversatie Bram Moolenaar
Patch 8.2.1884 Problem:Compiler warning for uninitialized variable. (John Marriott) Solution: Initialize with NULL. Files: src/vim9compile.c, src/evalfunc.c *** ../vim-8.2.1883/src/vim9compile.c 2020-10-21 20:58:47.710889972 +0200 --- src/vim9compile.c 2020-10-21