vim-patch:34cc7d8c034f #15753

Update runtime files
34cc7d8c03
This commit is contained in:
Christian Clason
2021-09-22 15:12:06 +02:00
committed by GitHub
parent e8fb0728e2
commit fb6f27e86f
11 changed files with 298 additions and 43 deletions

View File

@@ -1,15 +1,16 @@
" Vim syntax file
" Language: Syntax for Gprof Output
" Maintainer: Dominique Pelle <dominique.pelle@gmail.com>
" Last Change: 2021 Apr 08
" Last Change: 2021 Sep 19
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
finish
endif
let s:keepcpo= &cpo
set cpo&vim
syn spell notoplevel
syn case match
syn sync minlines=100