Skip to content

Commit 9849f05

Browse files
committed
Update editing.{txt,jax}
1 parent 3937f8b commit 9849f05

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

doc/editing.jax

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ Vim はバッファが変更されたかどうかを記憶していて、変更
247247
:fin[d][!] [++opt] [+cmd] {file}
248248
オプション 'path' 内のディレクトリから {file} を探し、
249249
それを |:edit| する。
250-
{Vimが |+file_in_path| 機能付きでコンパイルされたとき
251-
のみ有効}
252250

253251
:{count}fin[d][!] [++opt] [+cmd] {file}
254252
コマンド ":find" と同様だが、オプション 'path' 内のディ
@@ -322,8 +320,6 @@ CTRL-^ 代替ファイルを編集する。たいていの場合、代替フ
322320
|netrw| が必要になる。
323321
Unixでは、文字 '~' は "~user/file" のように展開される。
324322
環境変数も展開される |expand-env|
325-
{Vimが |+file_in_path| 機能付きでコンパイルされたとき
326-
のみ有効}
327323

328324
*v_gf*
329325
{Visual}[count]gf コマンド "gf" と同様だが、編集するファイルの名前にはビ
@@ -1685,8 +1681,6 @@ Win32 でサマータイムが始まる日である。Win32 ライブラリに
16851681
==============================================================================
16861682
11. ファイル検索 *file-searching*
16871683

1688-
{Vimが |+path_extra| 機能付きでコンパイルされたときのみ有効}
1689-
16901684
現在の所、オプション 'path', 'cdpath', 'tags'|finddir()|, |findfile()| で、
16911685
本節で説明する「ファイル検索」にしたがってワイルドカードの展開が行われる。
16921686
それ以外のコマンドでは |wildcards| という少し異なるルールにしたがう。

en/editing.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ If you want to keep the changed buffer without saving it, switch on the
247247
*:fin* *:find*
248248
:fin[d][!] [++opt] [+cmd] {file}
249249
Find {file} in 'path' and then |:edit| it.
250-
{not available when the |+file_in_path| feature was
251-
disabled at compile time}
252250

253251
:{count}fin[d][!] [++opt] [+cmd] {file}
254252
Just like ":find", but use the {count} match in
@@ -322,8 +320,6 @@ CTRL-^ Edit the alternate file. Mostly the alternate file is
322320
For Unix the '~' character is expanded, like in
323321
"~user/file". Environment variables are expanded too
324322
|expand-env|.
325-
{not available when the |+file_in_path| feature was
326-
disabled at compile time}
327323

328324
*v_gf*
329325
{Visual}[count]gf Same as "gf", but the highlighted text is used as the
@@ -1707,8 +1703,6 @@ problem goes away the next day.
17071703
==============================================================================
17081704
11. File Searching *file-searching*
17091705

1710-
{not available when compiled without the |+path_extra| feature}
1711-
17121706
The file searching is currently used for the 'path', 'cdpath' and 'tags'
17131707
options, for |finddir()| and |findfile()|. Other commands use |wildcards|
17141708
which is slightly different.

0 commit comments

Comments
 (0)