diff runtime/syntax/gprof.vim @ 25836:65de67669df3

Update runtime files Commit: https://github.com/vim/vim/commit/34cc7d8c034f2bc5b57455577051db8d72e2b87c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 21 20:09:51 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Sep 2021 20:15:04 +0200
parents 9f41bfdbc6fc
children
line wrap: on
line diff
--- a/runtime/syntax/gprof.vim
+++ b/runtime/syntax/gprof.vim
@@ -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