diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-04-19 15:14:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 15:14:17 +0200 |
| commit | 0124a7bfa9e27796e561cb0b3a045b9327bf7077 (patch) | |
| tree | 86f767630011a459ab189e0b5455b48abd2ab1c8 /runtime/syntax/synload.vim | |
| parent | 147cc60d24f093b5154824889f2151489774ef33 (diff) | |
| download | rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.tar.gz rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.tar.bz2 rneovim-0124a7bfa9e27796e561cb0b3a045b9327bf7077.zip | |
vim-patch:75ab590f8504 (#18170)
Update runtime files
https://github.com/vim/vim/commit/75ab590f8504a8912ca0b8c58f6b897bb7a34f07
omit builtin.txt change to `expand()` (depends on 8.2.4726)
Diffstat (limited to 'runtime/syntax/synload.vim')
| -rw-r--r-- | runtime/syntax/synload.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/synload.vim b/runtime/syntax/synload.vim index bfcd3b06da..b88cd95103 100644 --- a/runtime/syntax/synload.vim +++ b/runtime/syntax/synload.vim @@ -1,6 +1,6 @@ " Vim syntax support file " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2020 Apr 13 +" Last Change: 2022 Apr 12 " This file sets up for syntax highlighting. " It is loaded from "syntax.vim" and "manual.vim". |