mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
* fix(vim-patch): test_codestyle.vim is NA Neovim has make lint, specifically clint.lua. Unless vim9jit, https://github.com/tjdevries/vim9jit, or similar tool compiles vim9 "test" code into lua, it's futile to port it. * fix(vim-patch): NA files from dev_vimpatch.txt - channel - json - job - term - terminal Nvim has its own incompatible implementation or uses 3rd-party libraries (ie. libuv, libtermkey). * fix(vim-patch): term.c is applicable for replace_termcodes() * fix(vim-patch/na): blowfish,dlldata,iid_ole,nbdebug,os_w32 blowfish is for encryption. dlldata,iid_ole,os_w32 are for Windows (GUI, registry, entry point). Nvim doesn't need them to be installed on Windows. nbdebug.[ch] is for Netbeans Debugging Tools. They're N/A. * fix(vim-patch): runtime/ Nvim has its own documentation for development - runtime/doc/debug.txt - runtime/doc/develop.txt N/A since the beginning: - runtime/doc/os_haiku.txt - runtime/doc/pi_logipat.txt - runtime/doc/quotes.txt - runtime/plugin/logiPat.vim - runtime/plugin/manpager.vim - runtime/tools/demoserver.py - runtime/spell/.*\.latin1 Vim9 is N/A. - runtime/doc/os_haiku.txt * fix(vim-patch): src/ win32yank replaces "src/winclip.c". Vim's desktop files are N/A. Nvim removed 'termencoding'. Nvim doesn't use Vim's lsan-suppress.txt to configures LSAN.
95 lines
1.4 KiB
Plaintext
95 lines
1.4 KiB
Plaintext
^\.
|
|
^README
|
|
^ci/
|
|
^lang/
|
|
^nsis/
|
|
^pixmaps/
|
|
^runtime/colors/tools/
|
|
^runtime/doc/gui_
|
|
^runtime/doc/version[4-6]\.txt
|
|
^runtime/doc/vim9
|
|
^runtime/hi[1-9]
|
|
^runtime/icons
|
|
^runtime/indent/testdir/
|
|
^runtime/lang/
|
|
^runtime/macros/hanoi
|
|
^runtime/macros/life/
|
|
^runtime/macros/maze
|
|
^runtime/macros/urm
|
|
^runtime/pack/dist/opt/dvorak/
|
|
^runtime/pack/dist/opt/editorconfig/
|
|
^runtime/print/
|
|
^runtime/spell/.*\.latin1
|
|
^runtime/syntax/generator/
|
|
^runtime/syntax/testdir/
|
|
^runtime/tutor/it/
|
|
^runtime/tutor/ru/
|
|
^runtime/tutor/sr/
|
|
^runtime/vim[0-9l]
|
|
^runtime/.\+\.c$
|
|
^runtime/.\+\.mak$
|
|
^runtime/.\+Makefile$
|
|
^runtime/.\+getscript
|
|
^runtime/.\+vimball
|
|
^src/.*popupwin
|
|
^src/.\+\.sh
|
|
^src/GvimExt/
|
|
^src/INSTALL
|
|
^src/Make
|
|
^src/[a-z]\+_cmdidxs\.h$
|
|
^src/auto/
|
|
^src/beval
|
|
^src/bigvim
|
|
^src/config\.[a-z]
|
|
^src/configure
|
|
^src/crypt
|
|
^src/gui[_.]
|
|
^src/if_
|
|
^src/install
|
|
^src/json[_.]
|
|
^src/libvterm/
|
|
^src/link\.
|
|
^src/msvc[-2]
|
|
^src/msys[36]
|
|
^src/nbdebug
|
|
^src/os_amiga
|
|
^src/os_haiku
|
|
^src/os_qnx
|
|
^src/os_vms
|
|
^src/os_w32
|
|
^src/osdef
|
|
^src/po/.*\.desktop
|
|
^src/po/.*sjis
|
|
^src/proto
|
|
^src/testdir/dumps/
|
|
^src/testdir/python
|
|
^src/testdir/test_balloon
|
|
^src/testdir/test_channel
|
|
^src/testdir/test_terminal
|
|
^src/testdir/test_vim9
|
|
^src/tool[a-z]
|
|
^src/vim\.[^h]
|
|
^src/vim9
|
|
^src/xpm
|
|
^src/xxd/
|
|
^tools/
|
|
\.1$
|
|
\.aap$
|
|
\.awk$
|
|
\.bmp$
|
|
\.desktop$
|
|
\.diff$
|
|
\.ico$
|
|
\.info$
|
|
\.man$
|
|
\.mms$
|
|
\.pl$
|
|
\.xbm$
|
|
_example\.vim$
|
|
/tags$
|
|
README_[a-z]\+\.txt$
|
|
[_.]cp125[0-1]
|
|
netbeans
|
|
textprop
|
|
vimtutor
|