@@ -59,7 +59,6 @@ Copyright: Copyright (C) 2017 Charles E Campbell *netrw-copyright*
59
59
Changing local-only File Permission.................| netrw-gp |
60
60
Changing To A Predecessor Directory.................| netrw-u |
61
61
Changing To A Successor Directory...................| netrw-U |
62
- Customizing Browsing With A Special Handler.........| netrw-x |
63
62
Deleting Bookmarks..................................| netrw-mB |
64
63
Deleting Files Or Directories.......................| netrw-D |
65
64
Directory Exploring Commands........................| netrw-explore |
@@ -1110,7 +1109,7 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
1110
1109
U Change to subsequently-visited directory | netrw-U |
1111
1110
v Enter the file/directory under the cursor in a new | netrw-v |
1112
1111
browser window. A vertical split is used.
1113
- x View file with an associated program. (see | :Open | )
1112
+ x View file with an associated program | :Open |
1114
1113
X Execute filename under cursor via | system() | | netrw-X |
1115
1114
1116
1115
% Open a new file in netrw's current directory | netrw-% |
@@ -1137,7 +1136,6 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
1137
1136
1138
1137
*netrw-quickcom* *netrw-quickcoms*
1139
1138
QUICK REFERENCE: COMMANDS *netrw-explore-cmds* *netrw-browse-cmds* {{{2
1140
- :NetrwClean[!]............................................| netrw-clean |
1141
1139
:NetrwSettings............................................| netrw-settings |
1142
1140
:Ntree....................................................| netrw-ntree |
1143
1141
:Explore[!] [dir] Explore directory of current file......| netrw-explore |
@@ -1450,20 +1448,6 @@ The "gn" map will take the word below the cursor and use that for
1450
1448
changing the top of the tree listing.
1451
1449
1452
1450
1453
- NETRW CLEAN *netrw-clean* *:NetrwClean* {{{2
1454
-
1455
- With :NetrwClean one may easily remove netrw from one's home directory;
1456
- more precisely, from the first directory on your | 'runtimepath' | .
1457
-
1458
- With :NetrwClean!, netrw will attempt to remove netrw from all directories on
1459
- your | 'runtimepath' | . Of course, you have to have write/delete permissions
1460
- correct to do this.
1461
-
1462
- With either form of the command, netrw will first ask for confirmation
1463
- that the removal is in fact what you want to do. If netrw doesn't have
1464
- permission to remove a file, it will issue an error message.
1465
-
1466
- *netrw-curdir*
1467
1451
DELETING BOOKMARKS *netrw-mB* {{{2
1468
1452
1469
1453
To delete a bookmark, use >
@@ -2510,6 +2494,7 @@ your browsing preferences. (see also: |netrw-settings|)
2510
2494
(the capital g:Netrw... is required its
2511
2495
holding a function reference)
2512
2496
2497
+
2513
2498
*g:netrw_ctags* ="ctags"
2514
2499
The default external program used to create
2515
2500
tags
@@ -2913,14 +2898,6 @@ your browsing preferences. (see also: |netrw-settings|)
2913
2898
such as listing, file removal, etc.
2914
2899
default: ssh
2915
2900
2916
- *g:netrw_suppress_gx_mesg* =1 : browsers sometimes produce messages
2917
- which are normally unwanted intermixed
2918
- with the page.
2919
- However, when using links, for example,
2920
- those messages are what the browser produces.
2921
- By setting this option to 0, netrw will not
2922
- suppress browser messages.
2923
-
2924
2901
*g:netrw_tmpfile_escape* =' &;'
2925
2902
escape() is applied to all temporary files
2926
2903
to escape these characters.
0 commit comments