Add version guard for Vim 9.0 requirement
This commit is contained in:
parent
883c4f9b28
commit
936428a029
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
if !has('vim9script') || v:version < 900
|
||||
finish
|
||||
endif
|
||||
|
||||
vim9script
|
||||
|
||||
# collab.vim - collaborative editing adapter for collabd
|
||||
|
|
|
|||
Loading…
Reference in a new issue