From 6fc122e600bae630ccf768baece84fbd17eda81e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 16 Oct 2016 03:54:22 +0200 Subject: doc --- runtime/syntax/vim.vim | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'runtime/syntax') diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index d056e5b7bf..34fdae0ffc 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -5,6 +5,14 @@ " Version: 7.4-45 " Automatically generated keyword lists: {{{1 +" ############################################################################# +" ############################################################################# +" Note: Be careful when merging the upstream version of this file. +" Much of this is generated by scripts/genvimvim.lua (result is installed +" to: $VIMRUNTIME/syntax/vim/generated.vim) +" ############################################################################# +" ############################################################################# + " Quit when a syntax file was already loaded {{{2 if exists("b:current_syntax") finish -- cgit