diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-15 21:29:20 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-15 21:29:20 -0500 |
commit | 08947d1642a24e548cc2a175a99de9ac0103373d (patch) | |
tree | 6b5e144d29fdb818911ab5ed035a583d456783af /runtime/doc | |
parent | 9b662a57db1ac3475e676de21916bb30a2ad4894 (diff) | |
download | rneovim-08947d1642a24e548cc2a175a99de9ac0103373d.tar.gz rneovim-08947d1642a24e548cc2a175a99de9ac0103373d.tar.bz2 rneovim-08947d1642a24e548cc2a175a99de9ac0103373d.zip |
runtime/netrw: 91359014b359cf816bf943fe2c7d492996263def
Port netrw files for release v167 only.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/pi_netrw.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index 9e7cde1566..94dbfa5503 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 Nov 14 +*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 30 ------------------------------------------------ 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,16 @@ netrw: ============================================================================== 12. History *netrw-history* {{{1 + v167: Nov 29, 2019 * netrw does a save&restore on @* and @+. + That causes problems with the clipboard. + Now restores occurs only if @* or @+ have + been changed. + * netrw will change @* or @+ less often. + Never if I happen to have caught all the + operations that modify the unnamed + register (which also writes @*). + * Modified hiding behavior so that "s" + will not ignore hiding. 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') |