diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-13 23:04:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-13 23:04:29 +0100 |
commit | 574ee7bc1246070dba598f9561a2776aa1a10d07 (patch) | |
tree | d2d6b906d5ad1ae3a18b7e2ced3ab9d9401dc3b5 /runtime/doc/pi_netrw.txt | |
parent | afe45b68a67769a61b44a96b0ffe3bfce4e9316e (diff) | |
download | vim-git-574ee7bc1246070dba598f9561a2776aa1a10d07.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/pi_netrw.txt')
-rw-r--r-- | runtime/doc/pi_netrw.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/pi_netrw.txt b/runtime/doc/pi_netrw.txt index 2189b0014..f233309f5 100644 --- a/runtime/doc/pi_netrw.txt +++ b/runtime/doc/pi_netrw.txt @@ -1,4 +1,4 @@ -*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 07 +*pi_netrw.txt* For Vim version 8.1. Last change: 2019 Nov 10 ------------------------------------------------ NETRW REFERENCE MANUAL by Charles E. Campbell @@ -3512,7 +3512,7 @@ Example: Clear netrw's marked file list via a mapping on gu > - Click "Add..." - Set External Editor (adjust path as needed, include the quotes and !.! at the end): - "c:\Program Files\Vim\vim70\gvim.exe" !.! + "c:\Program Files\Vim\vim881\gvim.exe" !.! - Check that the filetype in the box below is {asterisk}.{asterisk} (all files), or whatever types you want (cec: change {asterisk} to * ; I had to @@ -3762,8 +3762,8 @@ by obtaining a copy of the latest (often developmental) netrw at: The <netrw.vim> script is typically installed on systems as something like: > - /usr/local/share/vim/vim7x/plugin/netrwPlugin.vim - /usr/local/share/vim/vim7x/autoload/netrw.vim + /usr/local/share/vim/vim8x/plugin/netrwPlugin.vim + /usr/local/share/vim/vim8x/autoload/netrw.vim (see output of :echo &rtp) < which is loaded automatically at startup (assuming :set nocp). If you |