File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Completion items are _sorted_ according to the following criteria:
5050
5151# Requirements
5252
53- - Vim version 9.0 or higher
53+ - Vim version 9.1 or higher
5454
5555# Installation
5656
Original file line number Diff line number Diff line change 11*vimcomplete.txt* Autocompletion Plugin for Vim
22
33Author: Girish (girishji AT gmail DOT com)
4- For Vim version 9.0 and above
4+ For Vim version 9.1 and above
55
66==============================================================================
77CONTENTS *vimcomplete-contents*
Original file line number Diff line number Diff line change 1- if ! has (' vim9script' ) || v: versionlong < 9000196
2- " Needs Vim version 9.0.0196 and above
1+ if ! has (' vim9script' ) || v: version < 901
32 finish
43endif
54
Original file line number Diff line number Diff line change 1- if ! has (' vim9script' ) || v: version < 900
2- " Needs Vim version 9.0 and above
1+ if ! has (' vim9script' ) || v: version < 901
32 finish
43endif
54
You can’t perform that action at this time.
0 commit comments