diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-03-23 06:43:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-23 06:43:25 +0800 |
commit | a44ac26c752028d50eaff5d39fadb8115c2ddaa9 (patch) | |
tree | 96f639ee78e9d03da18fd649ff28fa9e2a6e7d4d /src | |
parent | 849d82b80b8584fe7918bffc6480f0ec0fda9b9b (diff) | |
download | rneovim-a44ac26c752028d50eaff5d39fadb8115c2ddaa9.tar.gz rneovim-a44ac26c752028d50eaff5d39fadb8115c2ddaa9.tar.bz2 rneovim-a44ac26c752028d50eaff5d39fadb8115c2ddaa9.zip |
vim-patch:76d62985c1ff (#27985)
runtime(vim): Update base-syntax, remove old unused syntax groups. (vim/vim#14146)
Remove old unused syntax groups.
- vimRegion, vimPattern and vimKeyword removed in Vim 5.3.
- vimAuSyntax, vimAutoCmdOpt, vimAutoSet and vimStatement removed in 5.6.
The following were linked in :hi commands but never defined with :syn
and, most likely, never used:
- vimHLMod introduced in 5.0.
- vimKeycode and vimKeycodeError introduced in 5.4.
- vimElseif introduced in 5.6.
- vimFold introduced in 6.4.
- vimOperStar (and vimoperStar) introduced in 9.0.
https://github.com/vim/vim/commit/76d62985c1ffbd7669ccc628ca43445d14c5aba6
Co-authored-by: dkearns <dougkearns@gmail.com>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions