diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-26 22:21:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-26 22:21:27 +0200 |
commit | 0ed0eea20689b3bdafe296f4e132679d3977b943 (patch) | |
tree | 98c323889cb76e5475f62983f79717c7b30adff8 /runtime/synmenu.vim | |
parent | f82bac371703d25bf94d3a91bc68413d3f734be7 (diff) | |
download | vim-git-0ed0eea20689b3bdafe296f4e132679d3977b943.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/synmenu.vim')
-rw-r--r-- | runtime/synmenu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/synmenu.vim b/runtime/synmenu.vim index cebac6632..e1b0e00a4 100644 --- a/runtime/synmenu.vim +++ b/runtime/synmenu.vim @@ -2,7 +2,7 @@ " This file is normally sourced from menu.vim. " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2006 Apr 27 +" Last Change: 2010 Jul 26 " Define the SetSyn function, used for the Syntax menu entries. " Set 'filetype' and also 'syntax' if it is manually selected. |