Files
neovim/scripts/vim_na_hunks_vim.txt
Jan Edmund Lazo a3b85b9a4d build(vim-patch): ':vim9' is n/a
1. Vim9 error messages, ex commands, are N/A.
2. ":scriptversion" is N/A:
3. Most `#.*define.*ex_ni$` are N/A
   because `FEAT_` compile guards are N/A.

----

Target patch: v8.2.2238

Actual patch list:

```
vim-patch:8.2.4240: error for using flatten() in Vim9 script is unclear
vim-patch:9.0.0170: various minor code formatting issues
vim-patch:9.1.0356: MS-Windows: --remote may change working directory
vim-patch:9.2.0251: Link error when building without channel feature
vim-patch:9.2.0714: Coverity warns for NULL deref
vim-patch:9.2.0818: tests: client-server test fails without X11 server
vim-patch:9.2.0868: GTK: Window Manager hint prevents giving focus to dialog
```

----

Ignore diff blanklines via regex ("-I"), not "--ignore-blank-lines".
Almost useless.
I tried with/without "--word-diff=porcelain", "--word-diff-regex",
and diff algorithms like `--histogram`.
2026-07-30 01:21:07 -04:00

103 lines
2.2 KiB
Plaintext

^:vim9.\+ .\+\*:vim9.\+\*
^balloon_[a-zA-Z0-9_]\+(.\+balloon_[a-zA-Z0-9_]\+(
^cscope_connection(.\+cscope_connection(
^js_decode(.\+js_decode(
^js_encode(.\+js_encode(
^json_decode(.\+json_decode(
^json_encode(.\+json_encode(
^err_teapot(.\+err_teapot(
^listener_[a-zA-Z0-9]\+(.\+listener_[a-zA-Z0-9]\+(
^redraw_listener_[a-zA-Z0-9]\+(.\+redraw_listener_[a-zA-Z0-9]\+(
^remote_[a-z]\+(.\+remote_[a-z]\+(
^server2client(.\+server2client(
^serverlist(.\+serverlist(
^test_alloc_fail(.\+test_alloc_fail(
^test_autochdir(.\+test_autochdir(
^test_feedinput(.\+test_feedinput(
^test_garbagecollect_soon(.\+test_garbagecollect_soon(
^test_getvalue(.\+test_getvalue(
^test_ignore_error(.\+test_ignore_error(
^test_null_channel(.\+test_null_channel(
^test_null_job(.\+test_null_job(
^test_option_not_set(.\+test_option_not_set(
^test_override(.\+test_override(
^test_scrollbar(.\+test_scrollbar(
^test_setmouse(.\+test_setmouse(
^test_settime(.\+test_settime(
^test_srand_seed(.\+test_srand_seed(
^test_void(.\+test_void(
\*'aleph'\*
\*'antialias'\*
\*'balloon[a-z]\+'\*
\*'bioskey'\*
\*'compatible'\*
\*'conskey'\*
\*'cryptmethod'\*
\*'cscope[a-z]\+'\*
\*'edcompatible'\*
\*'esckeys'\*
\*'guifontset'\*
\*'guiheadroom'\*
\*'guiligatures'\*
\*'guipty'\*
\*'hkmap\(p\)\?'\*
\*'highlight'\*
\*'imactivatekey'\*
\*'imcmdline'\*
\*'imdisable'\*
\*'insertmode'\*
\*'keyprotocol'\*
\*'macatsui'\*
\*'maxmem'\*
\*'maxmemtot'\*
\*'opendevice'\*
\*'pastetoggle'\*
\*'print[a-z]\+'\*
\*'prompt'\*
\*'remap'\*
\*'restorescreen'\*
\*'shelltype'\*
\*'shortname'\*
\*'swapsync'\*
\*'t_.\+'\*
\*'termcap[a-zA-Z-]*'\*
\*'termencoding'\*
\*'terse'\*
\*'textauto'\*
\*'toolbar'\*
\*'toolbariconsize'\*
\*'ttybuiltin'\*
\*'ttymouse'\*
\*'ttyscroll'\*
\*'ttytype'\*
\*'weirdinvert'\*
\*'[a-z]\+dll'\*
\*--literal\*
\*--serverlist\*
\*--servername\*
\*-v\*
\*:Print\*
\*:Vimuntar\*
\*:behave\*
\*:fixdel\*
\*:helpfind\*
\*:open\*
\*:promptfind\*
\*:promptrepl\*
\*:scriptversion\*
\*:shell\*
\*:smile\*
\*:version\*
\*E984\*
\*E999\*
\*HelpToc-mappings\*
\*SafeStateAgain\*
\*SigUSR1\*
\*builtin-function-list\*
\*emacs[_-]tags\*
\*help-toc-install\*
\*patches-\(after-\)\?[0-9].*\*
\*test_gui_[a-zA-Z0-9_]\+()\*
\*v:none\*
\*v:sizeof[a-z]\+\*