comparison runtime/doc/pi_netrw.txt @ 18594:e9a47bcf7b94

Update runtime files Commit: https://github.com/vim/vim/commit/5ef1c6a4838a9629b793f3ae676f72a764171b00 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 10 22:09:11 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Nov 2019 22:15:04 +0100
parents 375a7ecdb351
children c4cdc715cb68
comparison
equal deleted inserted replaced
18593:89a359d7bcd2 18594:e9a47bcf7b94
1 *pi_netrw.txt* For Vim version 8.1. Last change: 2019 Oct 10 1 *pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 07
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\vim81\gvim.exe" !.! 3515 "c:\Program Files\Vim\vim70\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)
3760 3760
3761 http://www.drchip.org/astronaut/vim/index.html#NETRW 3761 http://www.drchip.org/astronaut/vim/index.html#NETRW
3762 3762
3763 The <netrw.vim> script is typically installed on systems as something like: 3763 The <netrw.vim> script is typically installed on systems as something like:
3764 > 3764 >
3765 /usr/local/share/vim/vim8x/plugin/netrwPlugin.vim 3765 /usr/local/share/vim/vim7x/plugin/netrwPlugin.vim
3766 /usr/local/share/vim/vim8x/autoload/netrw.vim 3766 /usr/local/share/vim/vim7x/autoload/netrw.vim
3767 (see output of :echo &rtp) 3767 (see output of :echo &rtp)
3768 < 3768 <
3769 which is loaded automatically at startup (assuming :set nocp). If you 3769 which is loaded automatically at startup (assuming :set nocp). If you
3770 installed a new netrw, then it will be located at > 3770 installed a new netrw, then it will be located at >
3771 3771
3840 NdrOchip at ScampbellPfamily.AbizM - NOSPAM 3840 NdrOchip at ScampbellPfamily.AbizM - NOSPAM
3841 < 3841 <
3842 ============================================================================== 3842 ==============================================================================
3843 12. History *netrw-history* {{{1 3843 12. History *netrw-history* {{{1
3844 3844
3845 v166: Nov 06, 2019 * Removed a space from a nmap for "-"
3846 * Numerous debugging statement changes
3845 v163: Dec 05, 2017 * (Cristi Balan) reported that a setting ('sel') 3847 v163: Dec 05, 2017 * (Cristi Balan) reported that a setting ('sel')
3846 was left changed 3848 was left changed
3847 * (Holger Mitschke) reported a problem with 3849 * (Holger Mitschke) reported a problem with
3848 saving and restoring history. Fixed. 3850 saving and restoring history. Fixed.
3849 * Hopefully I fixed a nasty bug that caused a 3851 * Hopefully I fixed a nasty bug that caused a
3850 file rename to wipe out a buffer that it 3852 file rename to wipe out a buffer that it
3851 should not have wiped out. 3853 should not have wiped out.
3852 * (Holger Mitschke) amended this help file 3854 * (Holger Mitschke) amended this help file
3853 with additional |g:netrw_special_syntax| 3855 with additional |g:netrw_special_syntax|
3854 items 3856 items
3857 * Prioritized wget over curl for
3858 g:netrw_http_cmd
3855 v162: Sep 19, 2016 * (haya14busa) pointed out two syntax errors 3859 v162: Sep 19, 2016 * (haya14busa) pointed out two syntax errors
3856 with a patch; these are now fixed. 3860 with a patch; these are now fixed.
3857 Oct 26, 2016 * I started using mate-terminal and found that 3861 Oct 26, 2016 * I started using mate-terminal and found that
3858 x and gx (|netrw-x| and |netrw-gx|) were no 3862 x and gx (|netrw-x| and |netrw-gx|) were no
3859 longer working. Fixed (using atril when 3863 longer working. Fixed (using atril when
4283 Doug Claar -- modifications to test for success with ftp 4287 Doug Claar -- modifications to test for success with ftp
4284 operation 4288 operation
4285 4289
4286 ============================================================================== 4290 ==============================================================================
4287 Modelines: {{{1 4291 Modelines: {{{1
4288 vim:tw=78:ts=8:noet:ft=help:norl:fdm=marker 4292 vim:tw=78:ts=8:ft=help:norl:fdm=marker