Scope of 'scrollopt' too much?

2023-02-24 Fir de Conversatie Gary Johnson
I've noticed a problem when I have multiple tab pages open, each containing two windows that are diff'd, and I execute :diffoff! or :tabclose! in one of the tabs. Either one of those commands resets the value of 'scrollopt' from "ver,jump,hor" to "ver,jump". The problem is that 'scrollopt' is a

Re: sluggish processing of autocommands

2023-02-24 Fir de Conversatie Dave McCooey
Hi Jürgen, I had come up with a solution using self-modifying autocommands: augroup g1 au! augroup g2 au! augroup end function ShowExtraSpace() au! g1 sy match ExtraSpace / \+\ze\t\|\t\zs \+\|^ \+\|\s\+$/ containedin=ALL endfunction au g1 BufWinEnter,InsertLeave * call ShowExtraSpace()

Patch 9.0.1352

2023-02-24 Fir de Conversatie Bram Moolenaar
Patch 9.0.1352 Problem:"ignore" files are outdated. Solution: Update "ignore" files. (Ken Takata, closes #12056) Files: .gitignore, .hgignore *** ../vim-9.0.1351/.gitignore 2022-10-17 18:00:13.492712191 +0100 --- .gitignore 2023-02-24 17:14:08.969518681 + *** ***

Patch 9.0.1351

2023-02-24 Fir de Conversatie Bram Moolenaar
Patch 9.0.1351 Problem:Dhall files are not recognized. Solution: Add patterns for Dhall files. (Amaan Qureshi, closes #12052) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1350/runtime/filetype.vim2023-02-24 12:08:41.919004961 + ---

Patch 9.0.1350

2023-02-24 Fir de Conversatie Bram Moolenaar
Patch 9.0.1350 Problem:CPON files are not recognized. Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1349/runtime/filetype.vim2023-02-23 20:31:05.388636481 + ---

Re: sluggish processing of autocommands

2023-02-24 Fir de Conversatie 'Jürgen Krämer' via vim_dev
[Quoting re-ordered] Hi Dave, ben.k...@gmail.com schrieb am 22.02.2023 um 15:47: > On Tuesday, February 21, 2023 at 5:01:04 AM UTC-5 Dave McCooey wrote: >> >> Hello, >> >> I recently added the following autocommands to my _vimrc file: >> >> :hi ExtraWhiteSpace ctermbg=58 "