comparison runtime/doc/pi_netrw.txt @ 18639:cb3163d590a1

Update runtime files. Commit: https://github.com/vim/vim/commit/09c6f265b21065ffa9437837b1d0955137175e45 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 17 15:55:14 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Nov 2019 16:00:05 +0100
parents c4cdc715cb68
children 82a28df1e2d5
comparison
equal deleted inserted replaced
18638:453f4942f6cf 18639:cb3163d590a1
1 *pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 10 1 *pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 14
2 2
3 ------------------------------------------------ 3 ------------------------------------------------
4 NETRW REFERENCE MANUAL by Charles E. Campbell 4 NETRW REFERENCE MANUAL by Charles E. Campbell
5 ------------------------------------------------ 5 ------------------------------------------------
6 Author: Charles E. Campbell <NdrOchip@ScampbellPfamily.AbizM> 6 Author: Charles E. Campbell <NdrOchip@ScampbellPfamily.AbizM>
1182 mb 1182 mb
1183 < 1183 <
1184 *.netrwbook* 1184 *.netrwbook*
1185 Bookmarks are retained in between sessions of vim in a file called .netrwbook 1185 Bookmarks are retained in between sessions of vim in a file called .netrwbook
1186 as a |List|, which is typically stored in the first directory on the user's 1186 as a |List|, which is typically stored in the first directory on the user's
1187 |'runtimepath'|; entries are kept in sorted order. 1187 'runtimepath'; entries are kept in sorted order.
1188 1188
1189 If there are marked files and/or directories, mb will add them to the bookmark 1189 If there are marked files and/or directories, mb will add them to the bookmark
1190 list. 1190 list.
1191 1191
1192 *netrw-:NetrwMB* 1192 *netrw-:NetrwMB*
3510 In Preferences > Editors, set gvim as your editor: 3510 In Preferences > Editors, set gvim as your editor:
3511 3511
3512 - Click "Add..." 3512 - Click "Add..."
3513 - Set External Editor (adjust path as needed, include 3513 - Set External Editor (adjust path as needed, include
3514 the quotes and !.! at the end): 3514 the quotes and !.! at the end):
3515 "c:\Program Files\Vim\vim881\gvim.exe" !.! 3515 "c:\Program Files\Vim\vim81\gvim.exe" !.!
3516 - Check that the filetype in the box below is 3516 - Check that the filetype in the box below is
3517 {asterisk}.{asterisk} (all files), or whatever types 3517 {asterisk}.{asterisk} (all files), or whatever types
3518 you want (cec: change {asterisk} to * ; I had to 3518 you want (cec: change {asterisk} to * ; I had to
3519 write it that way because otherwise the helptags 3519 write it that way because otherwise the helptags
3520 system thinks it's a tag) 3520 system thinks it's a tag)