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/doc | |
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/doc')
-rw-r--r-- | runtime/doc/pi_netrw.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index 9a75a95f23..2189b0014d 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -1,4 +1,4 @@ -*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Jul 17 +*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 07 ------------------------------------------------ NETRW REFERENCE MANUAL by Charles E. Campbell @@ -1184,7 +1184,7 @@ One may easily "bookmark" the currently browsed directory by using > *.netrwbook* Bookmarks are retained in between sessions of vim in a file called .netrwbook as a |List|, which is typically stored in the first directory on the user's -'runtimepath'; entries are kept in sorted order. +|'runtimepath'|; entries are kept in sorted order. If there are marked files and/or directories, mb will add them to the bookmark list. @@ -3842,6 +3842,8 @@ netrw: ============================================================================== 12. History *netrw-history* {{{1 + v166: Nov 06, 2019 * Removed a space from a nmap for "-" + * Numerous debugging statement changes v163: Dec 05, 2017 * (Cristi Balan) reported that a setting ('sel') was left changed * (Holger Mitschke) reported a problem with @@ -3852,6 +3854,8 @@ netrw: * (Holger Mitschke) amended this help file with additional |g:netrw_special_syntax| items + * Prioritized wget over curl for + g:netrw_http_cmd v162: Sep 19, 2016 * (haya14busa) pointed out two syntax errors with a patch; these are now fixed. Oct 26, 2016 * I started using mate-terminal and found that @@ -4285,4 +4289,4 @@ netrw: ============================================================================== Modelines: {{{1 - vim:tw=78:ts=8:noet:ft=help:norl:fdm=marker + vim:tw=78:ts=8:ft=help:norl:fdm=marker |