|
1 |
| -*pi_netrw.txt* For Vim version 9.0. Last change: 2022 Apr 06 |
| 1 | +*pi_netrw.txt* For Vim version 9.0. Last change: 2023 May 14 |
2 | 2 |
|
3 | 3 | ------------------------------------------------
|
4 | 4 | NETRW REFERENCE MANUAL by Charles E. Campbell
|
@@ -208,7 +208,7 @@ EXTERNAL APPLICATIONS AND PROTOCOLS *netrw-externapp* {{{2
|
208 | 208 | http: g:netrw_http_cmd = "links" elseif links is available
|
209 | 209 | http: g:netrw_http_cmd = "curl" elseif curl is available
|
210 | 210 | http: g:netrw_http_cmd = "wget" elseif wget is available
|
211 |
| - http: g:netrw_http_cmd = "fetch" elseif fetch is available |
| 211 | + http: g:netrw_http_cmd = "fetch" elseif fetch is available |
212 | 212 | http: *g:netrw_http_put_cmd* = "curl -T"
|
213 | 213 | rcp: *g:netrw_rcp_cmd* = "rcp"
|
214 | 214 | rsync: *g:netrw_rsync_cmd* = "rsync" (see |g:netrw_rsync_sep|)
|
@@ -2871,10 +2871,6 @@ your browsing preferences. (see also: |netrw-settings|)
|
2871 | 2871 | have patch#1107. Otherwise, |delete()|
|
2872 | 2872 | is used with the "d" option.
|
2873 | 2873 |
|
2874 |
| - *g:netrw_localrmdiropt* ="" Linux/Unix/MacOS/Cygwin |
2875 |
| - =" /c rmdir" Windows |
2876 |
| - Options for |g:netrw_localrmdir| |
2877 |
| - |
2878 | 2874 | *g:netrw_maxfilenamelen* =32 by default, selected so as to make long
|
2879 | 2875 | listings fit on 80 column displays.
|
2880 | 2876 | If your screen is wider, and you have file
|
@@ -3911,6 +3907,8 @@ netrw:
|
3911 | 3907 | ==============================================================================
|
3912 | 3908 | 12. History *netrw-history* {{{1
|
3913 | 3909 |
|
| 3910 | + v172: Apr 22, 2023 * removed g:netrw_localrmdiropt |
| 3911 | + removed g:netrw_localrmdir |
3914 | 3912 | v171: Oct 09, 2020 * included code in s:NetrwOptionsSafe()
|
3915 | 3913 | to allow |'bh'| to be set to delete when
|
3916 | 3914 | rather than hide when g:netrw_fastbrowse
|
@@ -3995,8 +3993,10 @@ netrw:
|
3995 | 3993 | Nov 09, 2016 * Broke apart the command from the options,
|
3996 | 3994 | mostly for Windows. Introduced new netrw
|
3997 | 3995 | settings: |g:netrw_localcopycmdopt|
|
3998 |
| - |g:netrw_localcopydircmdopt| |g:netrw_localmkdiropt| |
3999 |
| - |g:netrw_localmovecmdopt| |g:netrw_localrmdiropt| |
| 3996 | + |g:netrw_localcopydircmdopt| |
| 3997 | + |g:netrw_localmkdiropt| |
| 3998 | + |g:netrw_localmovecmdopt| |
| 3999 | + g:netrw_localrmdiropt |
4000 | 4000 | Nov 21, 2016 * (mattn) provided a patch for preview; swapped
|
4001 | 4001 | winwidth() with winheight()
|
4002 | 4002 | Nov 22, 2016 * (glacambre) reported that files containing
|
|
0 commit comments