aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-15 21:21:10 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-15 21:21:10 -0500
commit9b662a57db1ac3475e676de21916bb30a2ad4894 (patch)
tree9c5e902b55c98d756902edafe981e81a8a178846
parent68816c7e0ae44ad21cbaa2a98afd207f56ac267b (diff)
downloadrneovim-9b662a57db1ac3475e676de21916bb30a2ad4894.tar.gz
rneovim-9b662a57db1ac3475e676de21916bb30a2ad4894.tar.bz2
rneovim-9b662a57db1ac3475e676de21916bb30a2ad4894.zip
runtime/netrw: 09c6f265b21065ffa9437837b1d0955137175e45
Port runtime/doc/pi_netrw.txt only.
-rw-r--r--runtime/doc/pi_netrw.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt
index f233309f5f..9e7cde1566 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 10
+*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 14
------------------------------------------------
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.
@@ -3512,7 +3512,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
- Click "Add..."
- Set External Editor (adjust path as needed, include
the quotes and !.! at the end):
- "c:\Program Files\Vim\vim881\gvim.exe" !.!
+ "c:\Program Files\Vim\vim81\gvim.exe" !.!
- Check that the filetype in the box below is
{asterisk}.{asterisk} (all files), or whatever types
you want (cec: change {asterisk} to * ; I had to