Skip to content

Commit 45ccd0d

Browse files
committed
Update if_tcl.{txt,jax}
1 parent 43bf779 commit 45ccd0d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/if_tcl.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_tcl.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+
*if_tcl.txt* For Vim バージョン 9.1. Last change: 2025 Aug 29
22

33

44
VIMリファレンスマニュアル by Ingo Wilken
@@ -26,7 +26,7 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL*
2626
1. コマンド *tcl-ex-commands* *E571* *E572*
2727

2828
*:tcl*
29-
:tcl {cmd} Tclコマンド{cmd}を実行する。`:tcl` コマンドが機能する
29+
:[range]tcl {cmd} Tclコマンド{cmd}を実行する。`:tcl` コマンドが機能する
3030
か簡単にチェックするには: >
3131
:tcl puts "Hello"
3232
@@ -68,7 +68,8 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL*
6868
よ。
6969

7070
*:tclfile* *:tclf*
71-
:tclf[ile] {file} {file}内のTclスクリプトを実行する。これは、
71+
:[range]tclf[ile] {file}
72+
{file}内のTclスクリプトを実行する。これは、
7273
":tcl source {file}" と同じであるが、ファイル名の補完
7374
が有効である。
7475

en/if_tcl.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_tcl.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+
*if_tcl.txt* For Vim version 9.1. Last change: 2025 Aug 29
22

33

44
VIM REFERENCE MANUAL by Ingo Wilken
@@ -26,7 +26,7 @@ comments, ideas etc to <[email protected]>
2626
1. Commands *tcl-ex-commands* *E571* *E572*
2727

2828
*:tcl*
29-
:tcl {cmd} Execute Tcl command {cmd}. A simple check if `:tcl`
29+
:[range]tcl {cmd} Execute Tcl command {cmd}. A simple check if `:tcl`
3030
is working: >
3131
:tcl puts "Hello"
3232
@@ -69,7 +69,8 @@ To see what version of Tcl you have: >
6969
See |tcl-var-line| and |tcl-var-lnum|.
7070

7171
*:tclfile* *:tclf*
72-
:tclf[ile] {file} Execute the Tcl script in {file}. This is the same as
72+
:[range]tclf[ile] {file}
73+
Execute the Tcl script in {file}. This is the same as
7374
":tcl source {file}", but allows file name completion.
7475

7576

0 commit comments

Comments
 (0)