vim-patch:partial 0daafaa7d99e (#20083)

Update runtime files
0daafaa7d9

skip vim9script ftplugin
create userfunc.txt from Neovim content (skip section 3, needs 9.0.0379)
This commit is contained in:
Christian Clason
2022-09-06 08:57:53 +02:00
committed by GitHub
parent 5b7213ad7f
commit 4bf005e9fd
35 changed files with 724 additions and 508 deletions

View File

@@ -1,13 +1,14 @@
" Vim syntax file for Godot gdscript
" Language: gdscript
" Maintainer: Maxim Kim <habamax@gmail.com>
" Website: https://github.com/habamax/vim-gdscript
" Filenames: *.gd
if exists("b:current_syntax")
finish
endif
let s:keepcpo= &cpo
let s:keepcpo = &cpo
set cpo&vim
syntax sync maxlines=100