diff --git a/doc/if_tcl.jax b/doc/if_tcl.jax index be299e899..76dae1f43 100644 --- a/doc/if_tcl.jax +++ b/doc/if_tcl.jax @@ -1,4 +1,4 @@ -*if_tcl.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05 +*if_tcl.txt* For Vim バージョン 9.1. Last change: 2025 Aug 29 VIMリファレンスマニュアル by Ingo Wilken @@ -26,7 +26,7 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL* 1. コマンド *tcl-ex-commands* *E571* *E572* *:tcl* -:tcl {cmd} Tclコマンド{cmd}を実行する。`:tcl` コマンドが機能する +:[range]tcl {cmd} Tclコマンド{cmd}を実行する。`:tcl` コマンドが機能する か簡単にチェックするには: > :tcl puts "Hello" @@ -68,7 +68,8 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL* よ。 *:tclfile* *:tclf* -:tclf[ile] {file} {file}内のTclスクリプトを実行する。これは、 +:[range]tclf[ile] {file} + {file}内のTclスクリプトを実行する。これは、 ":tcl source {file}" と同じであるが、ファイル名の補完 が有効である。 diff --git a/en/if_tcl.txt b/en/if_tcl.txt index 1589178a8..2de3bea4c 100644 --- a/en/if_tcl.txt +++ b/en/if_tcl.txt @@ -1,4 +1,4 @@ -*if_tcl.txt* For Vim version 9.1. Last change: 2024 Oct 05 +*if_tcl.txt* For Vim version 9.1. Last change: 2025 Aug 29 VIM REFERENCE MANUAL by Ingo Wilken @@ -26,7 +26,7 @@ comments, ideas etc to 1. Commands *tcl-ex-commands* *E571* *E572* *:tcl* -:tcl {cmd} Execute Tcl command {cmd}. A simple check if `:tcl` +:[range]tcl {cmd} Execute Tcl command {cmd}. A simple check if `:tcl` is working: > :tcl puts "Hello" @@ -69,7 +69,8 @@ To see what version of Tcl you have: > See |tcl-var-line| and |tcl-var-lnum|. *:tclfile* *:tclf* -:tclf[ile] {file} Execute the Tcl script in {file}. This is the same as +:[range]tclf[ile] {file} + Execute the Tcl script in {file}. This is the same as ":tcl source {file}", but allows file name completion.