summaryrefslogtreecommitdiffstats
path: root/runtime/synmenu.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/synmenu.vim')
-rw-r--r--runtime/synmenu.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/synmenu.vim b/runtime/synmenu.vim
index 9d7da7dee3..9a6ec997d3 100644
--- a/runtime/synmenu.vim
+++ b/runtime/synmenu.vim
@@ -1,8 +1,9 @@
" Vim support file to define the syntax selection menu
" This file is normally sourced from menu.vim.
"
-" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2022 Oct 04
+" Maintainer: The Vim Project <https://github.com/vim/vim>
+" Last Change: 2023 Aug 10
+" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Define the SetSyn function, used for the Syntax menu entries.
" Set 'filetype' and also 'syntax' if it is manually selected.