diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-06 21:36:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-06 21:36:40 +0200 |
commit | 203d04d76413fb46ada3feb73144f3172b1a9e05 (patch) | |
tree | f21c19b07ab9f7f327d2ba4e3df7fbc58cd6d737 /runtime/syntax/help.vim | |
parent | 4cd92d5aae72098baed6e630f548c92dbe54c448 (diff) | |
download | vim-git-203d04d76413fb46ada3feb73144f3172b1a9e05.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/syntax/help.vim')
-rw-r--r-- | runtime/syntax/help.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim index 68e0a1a7f..ee5563e6b 100644 --- a/runtime/syntax/help.vim +++ b/runtime/syntax/help.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Vim help file " Maintainer: Bram Moolenaar (Bram@vim.org) -" Last Change: 2013 Apr 07 +" Last Change: 2013 Jun 02 " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") |