From a1582a841b2864ad20c22cc18b04010f9a813128 Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 24 Aug 2014 16:28:39 -0500 Subject: Spelling fixes --- runtime/syntax/redif.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/redif.vim') diff --git a/runtime/syntax/redif.vim b/runtime/syntax/redif.vim index 1b83c07790..1a44a9f479 100644 --- a/runtime/syntax/redif.vim +++ b/runtime/syntax/redif.vim @@ -934,7 +934,7 @@ highlight redifFieldDeprecated term=undercurl cterm=undercurl gui=undercurl guis " Sync: The template-type (ReDIF-Paper, ReDIF-Archive, etc.) influences which " fields can follow. Thus sync must search backwards for it. " -" I would like to simply ask VIM to search backward for the first occurence of +" I would like to simply ask VIM to search backward for the first occurrence of " /^Template-Type:/, but it does not seem to be possible, so I have to start " from the beginning of the file... This might slow down a lot for files that " contain a lot of Template-Type statements. -- cgit