Skip to content

Commit 8347e98

Browse files
authored
Merge pull request #1934 from h-east/update-pi_netrw
Update pi_netrw.{txt,jax}
2 parents 56398e2 + dfdc96b commit 8347e98

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

doc/pi_netrw.jax

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Copyright: Copyright (C) 2017 Charles E Campbell *netrw-copyright*
6060
ローカルのみのファイル権限の変更....................|netrw-gp|
6161
前方のディレクトリに移動............................|netrw-u|
6262
後方のディレクトリに移動............................|netrw-U|
63-
特殊ハンドラでブラウジングをカスタマイズ............|netrw-x|
6463
ブックマークの削除..................................|netrw-mB|
6564
ファイル/ディレクトリの削除.........................|netrw-D|
6665
ディレクトリ探査コマンド............................|netrw-explore|
@@ -1087,7 +1086,7 @@ QUICK HELP *netrw-quickhelp* {{{2
10871086
U 次に訪れたディレクトリに移動する |netrw-U|
10881087
v カーソル位置のファイル/ディレクトリを |netrw-v|
10891088
新しいウィンドウで開く。垂直分割。
1090-
x 関連付けられたプログラムでファイルを表示する。(|:Open| 参照)
1089+
x 関連付けられたプログラムでファイルを表示する |:Open|
10911090
X カーソル位置のファイルを |system()| で実行する |netrw-X|
10921091

10931092
% 表示しているディレクトリで新しいファイルを開く |netrw-%|
@@ -1113,7 +1112,6 @@ QUICK HELP *netrw-quickhelp* {{{2
11131112
*netrw-quickcom* *netrw-quickcoms*
11141113
*netrw-explore-cmds* *netrw-browse-cmds*
11151114
☆クイックリファレンス: コマンド {{{2
1116-
:NetrwClean[!]............................................|netrw-clean|
11171115
:NetrwSettings............................................|netrw-settings|
11181116
:Ntree....................................................|netrw-ntree|
11191117
:Explore[!] [dir] カレントファイルのディレクトリを開く...|netrw-explore|
@@ -1416,19 +1414,6 @@ netrw (と vim) が起動されていない間、履歴を保持します。デ
14161414
"gn" マップはカーソル位置の単語を取得し、ツリーのトップをそれに変更します。
14171415

14181416

1419-
NETRW CLEAN *netrw-clean* *:NetrwClean* {{{2
1420-
1421-
:NetrwClean を使うと、ホームディレクトリから netrw を削除できます。正確に
1422-
は、|'runtimepath'| の最初のディレクトリから削除します。
1423-
1424-
:NetrwClean! を使うと、|'runtimepath'| のすべてのディレクトリから netrw を削除
1425-
しようと試みます。これを行うにはもちろん書込/削除権限が正しいものである必要が
1426-
あります。
1427-
1428-
どちらのコマンドも、本当に削除していいかどうかを確認するダイアログが最初に表示
1429-
されます。ファイルを削除する権限がない場合はエラーメッセージが表示されます。
1430-
1431-
*netrw-curdir*
14321417
☆ブックマークを削除する *netrw-mB* {{{2
14331418

14341419
ブックマークを削除するには、次のコマンドを使います >
@@ -2453,6 +2438,7 @@ netrw ブラウザーの各種設定は変数で管理されていて、それ
24532438
で大文字が使われていますが、これは関数参照を保
24542439
存するために必要です)
24552440

2441+
24562442
*g:netrw_ctags* ="ctags"
24572443
タグを作成するための外部コマンド
24582444

@@ -2848,13 +2834,6 @@ netrw ブラウザーの各種設定は変数で管理されていて、それ
28482834
に使われます。
28492835
初期設定: ssh
28502836

2851-
*g:netrw_suppress_gx_mesg* =1 : ブラウザーは時々、ページと入り混じった
2852-
不必要と思われるメッセージを出力することがあり
2853-
ます。しかし、例えば links を使用している時、
2854-
それらの出力はブラウザーが出力したものです。
2855-
このオプションを 0 にセットすることで、netrw
2856-
はブラウザーのメッセージを抑制しなくなります。
2857-
28582837
*g:netrw_tmpfile_escape* =' &;'
28592838
一時ファイルを escape() で処理するときに使われ
28602839
るエスケープ文字列。

en/pi_netrw.txt

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Copyright: Copyright (C) 2017 Charles E Campbell *netrw-copyright*
5959
Changing local-only File Permission.................|netrw-gp|
6060
Changing To A Predecessor Directory.................|netrw-u|
6161
Changing To A Successor Directory...................|netrw-U|
62-
Customizing Browsing With A Special Handler.........|netrw-x|
6362
Deleting Bookmarks..................................|netrw-mB|
6463
Deleting Files Or Directories.......................|netrw-D|
6564
Directory Exploring Commands........................|netrw-explore|
@@ -1110,7 +1109,7 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
11101109
U Change to subsequently-visited directory |netrw-U|
11111110
v Enter the file/directory under the cursor in a new |netrw-v|
11121111
browser window. A vertical split is used.
1113-
x View file with an associated program. (see |:Open|)
1112+
x View file with an associated program |:Open|
11141113
X Execute filename under cursor via |system()| |netrw-X|
11151114

11161115
% Open a new file in netrw's current directory |netrw-%|
@@ -1137,7 +1136,6 @@ QUICK REFERENCE: MAPS *netrw-browse-maps* {{{2
11371136

11381137
*netrw-quickcom* *netrw-quickcoms*
11391138
QUICK REFERENCE: COMMANDS *netrw-explore-cmds* *netrw-browse-cmds* {{{2
1140-
:NetrwClean[!]............................................|netrw-clean|
11411139
:NetrwSettings............................................|netrw-settings|
11421140
:Ntree....................................................|netrw-ntree|
11431141
:Explore[!] [dir] Explore directory of current file......|netrw-explore|
@@ -1450,20 +1448,6 @@ The "gn" map will take the word below the cursor and use that for
14501448
changing the top of the tree listing.
14511449

14521450

1453-
NETRW CLEAN *netrw-clean* *:NetrwClean* {{{2
1454-
1455-
With :NetrwClean one may easily remove netrw from one's home directory;
1456-
more precisely, from the first directory on your |'runtimepath'|.
1457-
1458-
With :NetrwClean!, netrw will attempt to remove netrw from all directories on
1459-
your |'runtimepath'|. Of course, you have to have write/delete permissions
1460-
correct to do this.
1461-
1462-
With either form of the command, netrw will first ask for confirmation
1463-
that the removal is in fact what you want to do. If netrw doesn't have
1464-
permission to remove a file, it will issue an error message.
1465-
1466-
*netrw-curdir*
14671451
DELETING BOOKMARKS *netrw-mB* {{{2
14681452

14691453
To delete a bookmark, use >
@@ -2510,6 +2494,7 @@ your browsing preferences. (see also: |netrw-settings|)
25102494
(the capital g:Netrw... is required its
25112495
holding a function reference)
25122496

2497+
25132498
*g:netrw_ctags* ="ctags"
25142499
The default external program used to create
25152500
tags
@@ -2913,14 +2898,6 @@ your browsing preferences. (see also: |netrw-settings|)
29132898
such as listing, file removal, etc.
29142899
default: ssh
29152900

2916-
*g:netrw_suppress_gx_mesg* =1 : browsers sometimes produce messages
2917-
which are normally unwanted intermixed
2918-
with the page.
2919-
However, when using links, for example,
2920-
those messages are what the browser produces.
2921-
By setting this option to 0, netrw will not
2922-
suppress browser messages.
2923-
29242901
*g:netrw_tmpfile_escape* =' &;'
29252902
escape() is applied to all temporary files
29262903
to escape these characters.

0 commit comments

Comments
 (0)