]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1419: It is difficult to ignore all but some events v9.1.1419
authorLuuk van Baal <luukvbaal@gmail.com>
Sat, 31 May 2025 10:10:31 +0000 (12:10 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 31 May 2025 10:10:31 +0000 (12:10 +0200)
commit8cc6d8b187d53c70c5fdc8fb83d4d3cef35e6d44
tree8586f2497837123fefd1cc28af521e262df860c1
parent647d7f738954c87666a182afbaf24af17402a064
patch 9.1.1419: It is difficult to ignore all but some events

Problem:  It is difficult to ignore all but some events.
Solution: Add support for a "-" prefix syntax in '(win)eventignore' that
          subtracts an event from the ignored set if present
          (Luuk van Baal).

closes: #17392

Signed-off-by: Luuk van Baal <luukvbaal@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
src/autocmd.c
src/optionstr.c
src/testdir/gen_opt_test.vim
src/testdir/test_autocmd.vim
src/testdir/test_options.vim
src/version.c