mirror of
https://github.com/neovim/neovim.git
synced 2026-07-16 06:10:39 +00:00
build(vim-patch): detect patch v8.2.0000 as N/A
Following features must be N/A to detect v8.Y.0000 as N/A
- VisVim
- Windows *.def files
- Gvim
- runtime/doc/version8.txt ("too old")
(https://github.com/neovim/neovim/pull/1116 deletes version7.txt)
This commit is contained in:
@@ -138,6 +138,7 @@ src/testdir/util/vms.vim
|
||||
src/typemap
|
||||
src/uninstall.c
|
||||
src/version.h
|
||||
src/vim.def
|
||||
src/vimrun.c
|
||||
src/winclip.c
|
||||
uninstall.txt
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
^pixmaps/
|
||||
^runtime/colors/tools/
|
||||
^runtime/doc/gui_
|
||||
^runtime/doc/version[4-6]\.txt
|
||||
^runtime/doc/version[4-8]\.txt
|
||||
^runtime/doc/vim9
|
||||
^runtime/hi[1-9]
|
||||
^runtime/icons
|
||||
@@ -38,6 +38,7 @@
|
||||
^src/GvimExt/
|
||||
^src/INSTALL
|
||||
^src/Make
|
||||
^src/VisVim/
|
||||
^src/[a-z]\+_cmdidxs\.h$
|
||||
^src/auto/
|
||||
^src/beval
|
||||
@@ -46,6 +47,7 @@
|
||||
^src/configure
|
||||
^src/crypt
|
||||
^src/gui[_.]
|
||||
^src/gvim
|
||||
^src/if_
|
||||
^src/install
|
||||
^src/json[_.]
|
||||
|
||||
Reference in New Issue
Block a user