diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-15 21:16:27 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-15 21:16:27 -0500 |
commit | e35c766518fc677984679c0f7a230b6f25f5e19a (patch) | |
tree | c351a70be294bf7b7bd7b6a2a7c89181dc9fc7e5 /runtime/syntax | |
parent | dc3ca16a99ec05c88df1b1fe6a3cfbe97ea34227 (diff) | |
download | rneovim-e35c766518fc677984679c0f7a230b6f25f5e19a.tar.gz rneovim-e35c766518fc677984679c0f7a230b6f25f5e19a.tar.bz2 rneovim-e35c766518fc677984679c0f7a230b6f25f5e19a.zip |
runtime/netrw: 5ef1c6a4838a9629b793f3ae676f72a764171b00
Port netrw files only.
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 |