diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 18:34:49 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 20:42:16 -0400 |
commit | 09f3e62bc623dd3cbcbc708b019b55a8b9449de7 (patch) | |
tree | 5d8601e128af24b13a6c8e873ac4f0eef999a6f0 /runtime/syntax/help.vim | |
parent | 0a0034718c00fd9f434d20d29e415287db284bbe (diff) | |
download | rneovim-09f3e62bc623dd3cbcbc708b019b55a8b9449de7.tar.gz rneovim-09f3e62bc623dd3cbcbc708b019b55a8b9449de7.tar.bz2 rneovim-09f3e62bc623dd3cbcbc708b019b55a8b9449de7.zip |
vim-patch:e7b1ea0276cc
Update runtime files.
https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed
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 a387dd4342..d3d8f4f435 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 Mar 06 +" Last Change: 2020 Jul 28 " Quit when a (custom) syntax file was already loaded if exists("b:current_syntax") |