diff runtime/doc/syntax.txt @ 8303:88207f4b861a

commit https://github.com/vim/vim/commit/dae8d21dd291df6a6679a00be64e18bca0156576 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 22:40:16 2016 +0100 Updated runtime files
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 22:45:05 +0100
parents f16bfe02cef1
children ed7251c3e2d3
line wrap: on
line diff
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt*	For Vim version 7.4.  Last change: 2016 Feb 24
+*syntax.txt*	For Vim version 7.4.  Last change: 2016 Feb 25
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -2890,7 +2890,7 @@ You may wish to embed languages into sh.
 Lorance Stinson on how to do this with awk as an example. Put the following
 file into $HOME/.vim/after/syntax/sh/awkembed.vim: >
 
-    " AWK Embedding: {{{1
+    " AWK Embedding:
     " ==============
     " Shamelessly ripped from aspperl.vim by Aaron Hope.
     if exists("b:current_syntax")