@@ -59,7 +59,6 @@ Copyright: Copyright (C) 2017 Charles E Campbell *netrw-copyright*
5959 Changing local-only File Permission.................| netrw-gp |
6060 Changing To A Predecessor Directory.................| netrw-u |
6161 Changing To A Successor Directory...................| netrw-U |
62- Customizing Browsing With A Special Handler.........| netrw-x |
6362 Deleting Bookmarks..................................| netrw-mB |
6463 Deleting Files Or Directories.......................| netrw-D |
6564 Directory Exploring Commands........................| netrw-explore |
@@ -1110,7 +1109,7 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
11101109 U Change to subsequently-visited directory | netrw-U |
11111110 v Enter the file/directory under the cursor in a new | netrw-v |
11121111 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 |
11141113 X Execute filename under cursor via | system() | | netrw-X |
11151114
11161115 % Open a new file in netrw's current directory | netrw-% |
@@ -1137,7 +1136,6 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
11371136
11381137 *netrw-quickcom* *netrw-quickcoms*
11391138QUICK REFERENCE: COMMANDS *netrw-explore-cmds* *netrw-browse-cmds* {{{2
1140- :NetrwClean[!]............................................| netrw-clean |
11411139 :NetrwSettings............................................| netrw-settings |
11421140 :Ntree....................................................| netrw-ntree |
11431141 :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
14501448changing the top of the tree listing.
14511449
14521450
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*
14671451DELETING BOOKMARKS *netrw-mB* {{{2
14681452
14691453To delete a bookmark, use >
@@ -2510,6 +2494,7 @@ your browsing preferences. (see also: |netrw-settings|)
25102494 (the capital g:Netrw... is required its
25112495 holding a function reference)
25122496
2497+
25132498 *g:netrw_ctags* ="ctags"
25142499 The default external program used to create
25152500 tags
@@ -2913,14 +2898,6 @@ your browsing preferences. (see also: |netrw-settings|)
29132898 such as listing, file removal, etc.
29142899 default: ssh
29152900
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-
29242901 *g:netrw_tmpfile_escape* =' &;'
29252902 escape() is applied to all temporary files
29262903 to escape these characters.
0 commit comments