diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-09-10 08:48:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 08:48:27 +0200 |
commit | 8f0c843c130a2117610e7892a8c1ca0887a54a6f (patch) | |
tree | 9b94e9cabd126de4b036057a4a3256ebff48879d /runtime/syntax/help.vim | |
parent | a422f2136a001921fb54e7b83b6d00e6d5f42a4a (diff) | |
download | rneovim-8f0c843c130a2117610e7892a8c1ca0887a54a6f.tar.gz rneovim-8f0c843c130a2117610e7892a8c1ca0887a54a6f.tar.bz2 rneovim-8f0c843c130a2117610e7892a8c1ca0887a54a6f.zip |
vim-patch:4d8f476176ea (#15612)
* vim-patch:4d8f476176ea
Update runtime files
https://github.com/vim/vim/commit/4d8f476176eadfc745bcb8e143460029048f858d
skip nsis/README.txt
skip doc/vim9.txt
skip src/nvim/po/it.po
Diffstat (limited to 'runtime/syntax/help.vim')
-rw-r--r-- | runtime/syntax/help.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim index d3d8f4f435..01915d23d7 100644 --- a/runtime/syntax/help.vim +++ b/runtime/syntax/help.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Vim help file " Maintainer: Bram Moolenaar (Bram@vim.org) -" Last Change: 2020 Jul 28 +" Last Change: 2021 Jun 13 " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") |