@@ -3533,8 +3533,8 @@ netrw#Call("funcname"[,args]) netrw の内部関数を指定の引数で
3533
3533
==============================================================================
3534
3534
11. Netrw をデバッグする *netrw-debug* {{{1
3535
3535
3536
- Step 1: check that the problem you've encountered hasn't already been resolved
3537
- by obtaining a copy of the latest (often developmental) netrw at :
3536
+ ステップ1: あなたが出くわした問題が以下の netrw の最新版(開発版)のコピーを
3537
+ 取得することで解決するか確認してください :
3538
3538
3539
3539
http://www.drchip.org/astronaut/vim/index.html#NETRW
3540
3540
@@ -3543,36 +3543,35 @@ by obtaining a copy of the latest (often developmental) netrw at:
3543
3543
/usr/local/share/vim/vim7x/plugin/netrwPlugin.vim
3544
3544
/usr/local/share/vim/vim7x/autoload/netrw.vim
3545
3545
<
3546
- which is loaded automatically at startup (assuming :set nocp). If you
3547
- installed a new netrw, then it will be located at >
3546
+ これらは起動時に自動的に読み込まれます ( :set nocp されている場合)。
3547
+ 新しい netrw を次の場所にインストールしてください。 >
3548
3548
3549
3549
$HOME/.vim/plugin/netrwPlugin.vim
3550
3550
$HOME/.vim/autoload/netrw.vim
3551
3551
<
3552
- Step 2: assuming that you've installed the latest version of netrw,
3553
- check that your problem is really due to netrw. Create a file
3554
- called netrw.vimrc with the following contents: >
3552
+ ステップ2: netrw の最新版をインストールしたら、その問題が本当に netrw
3553
+ によるものか確認してください。 netrw.vimrc という次の内容のファイルを作成
3554
+ してください。 >
3555
3555
3556
3556
set nocp
3557
3557
so $HOME/.vim/plugin/netrwPlugin.vim
3558
3558
<
3559
- Then run netrw as follows : >
3559
+ 次に netrw を次のように起動してください : >
3560
3560
3561
- vim -u netrw.vimrc --noplugins [some path here ]
3561
+ vim -u netrw.vimrc --noplugins [他にパスがあればここに追加 ]
3562
3562
<
3563
- Perform whatever netrw commands you need to, and check that the problem is
3564
- still present. This procedure sidesteps any issues due to personal .vimrc
3565
- settings and other plugins. If the problem does not appear, then you need
3566
- to determine what setting in your .vimrc is causing the conflict with netrw
3567
- or which plugin.
3563
+ 必要な netrw のコマンドを実行し、問題がまだ起きていることを確認してください。
3564
+ この手順は個人の .vimrc の設定や他のプラグインによる問題を回避するためです。
3565
+ もし問題が再現しなくなったら、あなたの .vimrc のどの設定が netrw かあるいは
3566
+ 他のプラグインと衝突しているかを見極める必要があります。
3568
3567
3569
- Step 3: If the problem still is present, then get a debugging trace from
3570
- netrw :
3568
+ ステップ3: 問題がまだ起きているようなら、netrw からデバッグトレースを取得して
3569
+ ください :
3571
3570
3572
3571
1. <Decho.vim> スクリプトを入手してください:
3573
3572
3574
3573
http://www.drchip.org/astronaut/vim/index.html#DECHO
3575
- or
3574
+ または
3576
3575
http://vim.sourceforge.net/scripts/script.php?script_id=120
3577
3576
3578
3577
Decho.vim は "vimball" の形で提供されています。| vimball-intro | 参照。
0 commit comments