Re: [vim/vim] zipfile opens an empty buffer after 8.2.3468 (#8974)

2021-10-12 Fir de Conversatie Charles Campbell
Christian Brabandt (Vim Github Repository) wrote: Okay, so how about the following patch. It checks, whether the filename starts with something that looks like a protocol specifier like |http:/| or in this case |zipfile:/| and in that case does not prepend the current directory to it

Re: [vim/vim] zipfile opens an empty buffer after 8.2.3468 (#8974)

2021-10-12 Fir de Conversatie Charles Campbell
Christian Brabandt (Vim Github Repository) wrote: Hm, the tar filetype come from this line in the plugin: https://github.com/vim/vim/blob/master/runtime/autoload/zip.vim#L118 I don't think this is correct. For the other issue, let me have a quick look Thanks! I'd completely forgotten

Patch 8.2.3501

2021-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.2.3501 Problem:tmux filetype dection is incomplete Solution: Also use tmux for files having text after .conf. (Eric Pruitt, closes #8971) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.3500/runtime/filetype.vim2021-10-09

Patch 8.2.3500

2021-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.2.3500 Problem:Github CI fails to install clang. Solution: Install llvm-11 explicitly. (Christian Brabandt, closes #8993) Files: .github/workflows/ci.yml *** ../vim-8.2.3499/.github/workflows/ci.yml2021-10-05 19:44:00.859799210 +0100 --- .github/workflows/ci.yml

Re: Github CI with clang failing

2021-10-12 Fir de Conversatie Dusan Popovic
On 12/10/21, Christian Brabandt wrote: > Let's see if https://github.com/vim/vim/pull/8993 fixes it. I'll apply last step of changes to my PR again and push at the evening today so we can see the results. Alternatively current code should produce exactly two errors, that's what it did before

Re: Github CI with clang failing

2021-10-12 Fir de Conversatie Christian Brabandt
On Mo, 11 Okt 2021, Bram Moolenaar wrote: > > It appears github actions using clang have recently started failing: > > update-alternatives: using /usr/bin/clang-11 to provide /usr/bin/clang > (clang) in manual mode > update-alternatives: error: alternative path /usr/bin/llvm-cov-11 doesn't