Skip to content

Commit 1601cad

Browse files
committed
Translated *netrw-debug*
1 parent ccfa1b7 commit 1601cad

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

doc/pi_netrw.jax

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3533,8 +3533,8 @@ netrw#Call("funcname"[,args]) netrw の内部関数を指定の引数で
35333533
==============================================================================
35343534
11. Netrw をデバッグする *netrw-debug* {{{1
35353535

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+
取得することで解決するか確認してください:
35383538

35393539
http://www.drchip.org/astronaut/vim/index.html#NETRW
35403540

@@ -3543,36 +3543,35 @@ by obtaining a copy of the latest (often developmental) netrw at:
35433543
/usr/local/share/vim/vim7x/plugin/netrwPlugin.vim
35443544
/usr/local/share/vim/vim7x/autoload/netrw.vim
35453545
<
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 を次の場所にインストールしてください。 >
35483548
35493549
$HOME/.vim/plugin/netrwPlugin.vim
35503550
$HOME/.vim/autoload/netrw.vim
35513551
<
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+
してください。 >
35553555
35563556
set nocp
35573557
so $HOME/.vim/plugin/netrwPlugin.vim
35583558
<
3559-
Then run netrw as follows: >
3559+
次に netrw を次のように起動してください: >
35603560
3561-
vim -u netrw.vimrc --noplugins [some path here]
3561+
vim -u netrw.vimrc --noplugins [他にパスがあればここに追加]
35623562
<
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+
他のプラグインと衝突しているかを見極める必要があります。
35683567

3569-
Step 3: If the problem still is present, then get a debugging trace from
3570-
netrw:
3568+
ステップ3: 問題がまだ起きているようなら、netrw からデバッグトレースを取得して
3569+
ください:
35713570

35723571
1. <Decho.vim> スクリプトを入手してください:
35733572

35743573
http://www.drchip.org/astronaut/vim/index.html#DECHO
3575-
or
3574+
または
35763575
http://vim.sourceforge.net/scripts/script.php?script_id=120
35773576

35783577
Decho.vim は "vimball" の形で提供されています。|vimball-intro|参照。

0 commit comments

Comments
 (0)