We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9055c commit 70e73c0Copy full SHA for 70e73c0
plugin/addons.vim
@@ -1,4 +1,5 @@
1
-if !has('vim9script') || v:version < 901
+if !has('vim9script') || v:versionlong < 9010646
2
+ echoerr "VimComplete: Needs Vim 9.1.0646 or higher"
3
finish
4
endif
5
plugin/vimcomplete.vim
0 commit comments