|
1 |
| -*pi_netrw.txt* For Vim バージョン 9.0. Last change: 2022 Apr 06 |
| 1 | +*pi_netrw.txt* For Vim バージョン 9.0. Last change: 2023 May 14 |
2 | 2 |
|
3 | 3 | ------------------------------------------------
|
4 | 4 | NETRW REFERENCE MANUAL by Charles E. Campbell
|
@@ -209,7 +209,7 @@ scp や ftp 以外のプロトコルもサポートされています。次の
|
209 | 209 | http: g:netrw_http_cmd = "links" elseif links があるなら
|
210 | 210 | http: g:netrw_http_cmd = "curl" elseif curl があるなら
|
211 | 211 | http: g:netrw_http_cmd = "wget" elseif wget があるなら
|
212 |
| - http: g:netrw_http_cmd = "fetch" elseif fetch があるなら |
| 212 | + http: g:netrw_http_cmd = "fetch" elseif fetch があるなら |
213 | 213 | http: *g:netrw_http_put_cmd* = "curl -T"
|
214 | 214 | rcp: *g:netrw_rcp_cmd* = "rcp"
|
215 | 215 | rsync: *g:netrw_rsync_cmd* = "rsync" (|g:netrw_rsync_sep| を参照)
|
@@ -2800,10 +2800,6 @@ netrw ブラウザーの各種設定は変数で管理されていて、それ
|
2800 | 2800 | る。それ以外の場合は、|delete()| が "d" オプ
|
2801 | 2801 | ション付きで使用される。
|
2802 | 2802 |
|
2803 |
| - *g:netrw_localrmdiropt* ="" Linux/Unix/MacOS/Cygwin |
2804 |
| - =" /c rmdir" Windows |
2805 |
| - |g:netrw_localrmdir| 用のオプション |
2806 |
| - |
2807 | 2803 | *g:netrw_maxfilenamelen* 初期設定は 32。long スタイルでの表示を 80 カ
|
2808 | 2804 | ラムのディスプレイに収められるような値。
|
2809 | 2805 | 大きい画面を使っているか、32 バイトより長い名
|
@@ -3825,6 +3821,8 @@ netrw かあるいは関与している他のプラグインと衝突してい
|
3825 | 3821 | ==============================================================================
|
3826 | 3822 | 12. 変更履歴 *netrw-history* {{{1
|
3827 | 3823 |
|
| 3824 | + v172: Apr 22, 2023 * removed g:netrw_localrmdiropt |
| 3825 | + removed g:netrw_localrmdir |
3828 | 3826 | v171: Oct 09, 2020 * included code in s:NetrwOptionsSafe()
|
3829 | 3827 | to allow |'bh'| to be set to delete when
|
3830 | 3828 | rather than hide when g:netrw_fastbrowse
|
@@ -3909,8 +3907,10 @@ netrw かあるいは関与している他のプラグインと衝突してい
|
3909 | 3907 | Nov 09, 2016 * Broke apart the command from the options,
|
3910 | 3908 | mostly for Windows. Introduced new netrw
|
3911 | 3909 | settings: |g:netrw_localcopycmdopt|
|
3912 |
| - |g:netrw_localcopydircmdopt| |g:netrw_localmkdiropt| |
3913 |
| - |g:netrw_localmovecmdopt| |g:netrw_localrmdiropt| |
| 3910 | + |g:netrw_localcopydircmdopt| |
| 3911 | + |g:netrw_localmkdiropt| |
| 3912 | + |g:netrw_localmovecmdopt| |
| 3913 | + g:netrw_localrmdiropt |
3914 | 3914 | Nov 21, 2016 * (mattn) provided a patch for preview; swapped
|
3915 | 3915 | winwidth() with winheight()
|
3916 | 3916 | Nov 22, 2016 * (glacambre) reported that files containing
|
|
0 commit comments