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
7 changes: 4 additions & 3 deletions doc/if_tcl.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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}" と同じであるが、ファイル名の補完
が有効である。

Expand Down
7 changes: 4 additions & 3 deletions en/if_tcl.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -26,7 +26,7 @@ comments, ideas etc to <[email protected]>
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"

Expand Down Expand Up @@ -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.


Expand Down