Skip to content

Commit 0565f61

Browse files
authored
Merge pull request #405 from vim-jp/update_repeat
Update repeat.{txt,jax}
2 parents 36f46b0 + 6bc2b29 commit 0565f61

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

doc/repeat.jax

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*repeat.txt* For Vim バージョン 8.1. Last change: 2018 Mar 04
1+
*repeat.txt* For Vim バージョン 8.1. Last change: 2018 Dec 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -329,8 +329,10 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
329329
{Vi にはない} {|+eval|付きでコンパイルしないと使えない}
330330

331331
:scr[iptnames][!] {scriptId} *:script*
332-
スクリプト{scriptId}を編集する。推奨されるコマンド名は
333-
":script" である。
332+
スクリプト{scriptId}を編集する。":scriptnames name" は
333+
動作するが、":script name" を使用することを推奨する。
334+
カレントファイルを放棄 |abandon| できず、[!] も付けら
335+
れていないときは、コマンドは失敗する。
334336

335337
*:fini* *:finish* *E168*
336338
:fini[sh] スクリプトの読み込みを停止する。スクリプトファイルでの

en/repeat.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*repeat.txt* For Vim version 8.1. Last change: 2018 Mar 04
1+
*repeat.txt* For Vim version 8.1. Last change: 2018 Dec 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -335,7 +335,10 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
335335
|+eval| feature}
336336

337337
:scr[iptnames][!] {scriptId} *:script*
338-
Edit script {scriptId}. Suggested name is ":script".
338+
Edit script {scriptId}. Although ":scriptnames name"
339+
works, using ":script name" is recommended.
340+
When the current buffer can't be |abandon|ed and the !
341+
is not present, the command fails.
339342

340343
*:fini* *:finish* *E168*
341344
:fini[sh] Stop sourcing a script. Can only be used in a Vim

0 commit comments

Comments
 (0)