comparison runtime/doc/pi_netrw.txt @ 18343:375a7ecdb351

Update runtime files. Commit: https://github.com/vim/vim/commit/2e693a88b24dc6b12883fad78ff2cb9cd4469c98 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 22:35:02 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 22:45:04 +0200
parents ca8e754bdd53
children e9a47bcf7b94
comparison
equal deleted inserted replaced
18342:fedab77fee7b 18343:375a7ecdb351
1 *pi_netrw.txt* For Vim version 8.1. Last change: 2019 Jul 17 1 *pi_netrw.txt* For Vim version 8.1. Last change: 2019 Oct 10
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>
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\vim70\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)
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/vim7x/plugin/netrwPlugin.vim 3765 /usr/local/share/vim/vim8x/plugin/netrwPlugin.vim
3766 /usr/local/share/vim/vim7x/autoload/netrw.vim 3766 /usr/local/share/vim/vim8x/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