Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions doc/repeat.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*repeat.txt* For Vim バージョン 8.1. Last change: 2018 Mar 04
*repeat.txt* For Vim バージョン 8.1. Last change: 2018 Dec 18


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

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

*:fini* *:finish* *E168*
:fini[sh] スクリプトの読み込みを停止する。スクリプトファイルでの
Expand Down
7 changes: 5 additions & 2 deletions en/repeat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*repeat.txt* For Vim version 8.1. Last change: 2018 Mar 04
*repeat.txt* For Vim version 8.1. Last change: 2018 Dec 18


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

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

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