diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-16 13:11:12 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-16 13:11:12 +0100 |
commit | 3c053a1a5ad2a3c924929e11f2b9af20a8b901e2 (patch) | |
tree | 75889d295e175ede0f7a1812c8b4462172e3be86 /runtime/synmenu.vim | |
parent | bd053f894b0d7652928201faa68c53d1ce2acdc5 (diff) | |
download | vim-git-3c053a1a5ad2a3c924929e11f2b9af20a8b901e2.tar.gz |
Update 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 947b16cdc..9d7da7dee 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: 2022 Feb 04 +" Last Change: 2022 Oct 04 " Define the SetSyn function, used for the Syntax menu entries. " Set 'filetype' and also 'syntax' if it is manually selected. |