comparison runtime/synmenu.vim @ 30875:3295247d97a5

Update runtime files Commit: https://github.com/vim/vim/commit/3c053a1a5ad2a3c924929e11f2b9af20a8b901e2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 13:11:12 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 14:15:06 +0200
parents aea5de073664
children 4027cefc2aab
comparison
equal deleted inserted replaced
30874:479022a91414 30875:3295247d97a5
1 " Vim support file to define the syntax selection menu 1 " Vim support file to define the syntax selection menu
2 " This file is normally sourced from menu.vim. 2 " This file is normally sourced from menu.vim.
3 " 3 "
4 " Maintainer: Bram Moolenaar <Bram@vim.org> 4 " Maintainer: Bram Moolenaar <Bram@vim.org>
5 " Last Change: 2022 Feb 04 5 " Last Change: 2022 Oct 04
6 6
7 " Define the SetSyn function, used for the Syntax menu entries. 7 " Define the SetSyn function, used for the Syntax menu entries.
8 " Set 'filetype' and also 'syntax' if it is manually selected. 8 " Set 'filetype' and also 'syntax' if it is manually selected.
9 def SetSyn(name: string) 9 def SetSyn(name: string)
10 var filetype = name 10 var filetype = name