@@ -90,7 +90,6 @@ Copyright: Copyright (C) 2017 Charles E Campbell *netrw-copyright*
90
90
Marked Files: Grep..................................| netrw-mg |
91
91
Marked Files: Hiding and Unhiding by Suffix.........| netrw-mh |
92
92
Marked Files: Moving................................| netrw-mm |
93
- Marked Files: Printing..............................| netrw-mp |
94
93
Marked Files: Sourcing..............................| netrw-ms |
95
94
Marked Files: Setting the Target Directory..........| netrw-mt |
96
95
Marked Files: Tagging...............................| netrw-mT |
@@ -1066,7 +1065,6 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
1066
1065
mg Apply vimgrep to marked files | netrw-mg |
1067
1066
mh Toggle marked file suffices' presence on hiding list | netrw-mh |
1068
1067
mm Move marked files to marked-file target directory | netrw-mm |
1069
- mp Print marked files | netrw-mp |
1070
1068
mr Mark files using a shell-style | regexp | | netrw-mr |
1071
1069
mt Current browsing directory becomes markfile target | netrw-mt |
1072
1070
mT Apply ctags to marked files | netrw-mT |
@@ -2001,7 +1999,6 @@ The following netrw maps make use of marked files:
2001
1999
| netrw-mF | Unmark marked files
2002
2000
| netrw-mg | Apply vimgrep to marked files
2003
2001
| netrw-mm | Move marked files to target
2004
- | netrw-mp | Print marked files
2005
2002
| netrw-ms | Netrw will source marked files
2006
2003
| netrw-mt | Set target for | netrw-mm | and | netrw-mc |
2007
2004
| netrw-mT | Generate tags using marked files
@@ -2266,15 +2263,6 @@ from the current window (where one does the mf) to the target.
2266
2263
2267
2264
Associated setting variable: | g:netrw_localmovecmd | | g:netrw_ssh_cmd |
2268
2265
2269
- MARKED FILES: PRINTING *netrw-mp* {{{2
2270
- (See | netrw-mf | and | netrw-mr | for how to mark files)
2271
- (uses the local marked file list)
2272
-
2273
- When "mp" is used, netrw will apply the | :hardcopy | command to marked files.
2274
- What netrw does is open each file in a one-line window, execute hardcopy, then
2275
- close the one-line window.
2276
-
2277
-
2278
2266
MARKED FILES: SOURCING *netrw-ms* {{{2
2279
2267
(See | netrw-mf | and | netrw-mr | for how to mark files)
2280
2268
(uses the local marked file list)
0 commit comments