Patch 8.2.2160

2020-12-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2160 Problem:Various typos. Solution: Fix spelling mistakes. (closes #7494) Files: src/bufwrite.c, src/cindent.c, src/cmdexpand.c, src/eval.c, src/ex_cmds.c, src/feature.h, src/getchar.c, src/gui_haiku.cc, src/gui_xmdlg.c, src/help.c, src/if_ole.cpp,

Re: [vim/vim] netrw is slow over ssh (#7259)

2020-12-18 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: On Fr, 18 Dez 2020, Charles Campbell wrote: Christian Brabandt (Vim Github Repository) wrote: As far as the clipboard goes: it copies the clipboard into a local variable, and only if the clipboard value has changed during the course of netrw's

Re: [vim/vim] netrw is slow over ssh (#7259)

2020-12-18 Fir de Conversatie Christian Brabandt
On Fr, 18 Dez 2020, Charles Campbell wrote: > Christian Brabandt (Vim Github Repository) wrote: > > > > As far as the clipboard goes: it copies the clipboard into a local > > variable, and only if the clipboard value has changed during the > > course of netrw's operation will netrw

Patch 8.2.2159

2020-12-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2159 Problem:Vim9: when declaring a list it is not allocated yet, causing a following extend() to fail. Solution: When fetching a variable value for a list or dict that is null allocate the list or dict, so it can be used. (closes #7491) Files:

Re: [vim/vim] netrw is slow over ssh (#7259)

2020-12-18 Fir de Conversatie Charles Campbell
Christian Brabandt (Vim Github Repository) wrote: As far as the clipboard goes: it copies the clipboard into a local variable, and only if the clipboard value has changed during the course of netrw's operation will netrw restore the clipboard value (thus avoiding having netrw

Patch 8.2.2158

2020-12-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2158 Problem:CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493) Files: .cirrus.yml, .github/workflows/ci.yml *** ../vim-8.2.2157/.cirrus.yml 2020-08-01 16:08:14.805278012 +0200 --- .cirrus.yml

Patch 8.2.2157

2020-12-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2157 Problem:Vim9: can delete a Vim9 script variable from a function. Solution: Check the variable is defined in Vim9 script. (closes #7483) Files: src/evalvars.c, src/testdir/test_vim9_assign.vim *** ../vim-8.2.2156/src/evalvars.c 2020-12-12 14:33:37.096920916 +0100

Patch 8.2.2156

2020-12-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2156 Problem:Github actions run on pusing a tag. Solution: Don't run CI on tag push. Omit coveralls on pull-request. (Ozaki Kiichi, closes #7489) Files: .github/workflows/ci.yml, .github/workflows/codeql-analysis.yml *** ../vim-8.2.2155/.github/workflows/ci.yml

Patch 8.2.2155

2020-12-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2155 Problem:Warning from Github actions for code analysis. Solution: Remove the "git checkout HEAD^2" block. Files: .github/workflows/codeql-analysis.yml *** ../vim-8.2.2154/.github/workflows/codeql-analysis.yml 2020-10-02 10:29:28.520196600 +0200 ---