@@ -90,7 +90,6 @@ Copyright: Copyright (C) 2017 Charles E Campbell *netrw-copyright*
9090 Marked Files: Grep..................................| netrw-mg |
9191 Marked Files: Hiding and Unhiding by Suffix.........| netrw-mh |
9292 Marked Files: Moving................................| netrw-mm |
93- Marked Files: Printing..............................| netrw-mp |
9493 Marked Files: Sourcing..............................| netrw-ms |
9594 Marked Files: Setting the Target Directory..........| netrw-mt |
9695 Marked Files: Tagging...............................| netrw-mT |
@@ -1066,7 +1065,6 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
10661065 mg Apply vimgrep to marked files | netrw-mg |
10671066 mh Toggle marked file suffices' presence on hiding list | netrw-mh |
10681067 mm Move marked files to marked-file target directory | netrw-mm |
1069- mp Print marked files | netrw-mp |
10701068 mr Mark files using a shell-style | regexp | | netrw-mr |
10711069 mt Current browsing directory becomes markfile target | netrw-mt |
10721070 mT Apply ctags to marked files | netrw-mT |
@@ -2001,7 +1999,6 @@ The following netrw maps make use of marked files:
20011999 | netrw-mF | Unmark marked files
20022000 | netrw-mg | Apply vimgrep to marked files
20032001 | netrw-mm | Move marked files to target
2004- | netrw-mp | Print marked files
20052002 | netrw-ms | Netrw will source marked files
20062003 | netrw-mt | Set target for | netrw-mm | and | netrw-mc |
20072004 | netrw-mT | Generate tags using marked files
@@ -2266,15 +2263,6 @@ from the current window (where one does the mf) to the target.
22662263
22672264Associated setting variable: | g:netrw_localmovecmd | | g:netrw_ssh_cmd |
22682265
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-
22782266MARKED FILES: SOURCING *netrw-ms* {{{2
22792267 (See | netrw-mf | and | netrw-mr | for how to mark files)
22802268 (uses the local marked file list)
0 commit comments