diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-16 09:24:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 09:24:17 -0500 |
commit | 7250d521c5cbc2186630432c6cc08c524c5eaf8e (patch) | |
tree | c39fe4753fb72f704b824383e0aa87b8c83119bb /runtime/syntax | |
parent | dc3ca16a99ec05c88df1b1fe6a3cfbe97ea34227 (diff) | |
parent | 44dac9150114c0fd64dd4dc438ad82ce1c093aa0 (diff) | |
download | rneovim-7250d521c5cbc2186630432c6cc08c524c5eaf8e.tar.gz rneovim-7250d521c5cbc2186630432c6cc08c524c5eaf8e.tar.bz2 rneovim-7250d521c5cbc2186630432c6cc08c524c5eaf8e.zip |
Merge pull request #13949 from janlazo/runtime-netrw
runtime/netrw: port missing Vim 8.1,8.2 runtime patches
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/netrw.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/netrw.vim b/runtime/syntax/netrw.vim index c4d3cf5fda..83ae17445d 100644 --- a/runtime/syntax/netrw.vim +++ b/runtime/syntax/netrw.vim @@ -1,7 +1,7 @@ " Language : Netrw Listing Syntax " Maintainer : Charles E. Campbell -" Last change: Oct 31, 2016 -" Version : 20 NOT RELEASED +" Last change: Nov 07, 2019 +" Version : 20 " --------------------------------------------------------------------- if exists("b:current_syntax") finish |