File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIMリファレンスマニュアル by Ingo Wilken
@@ -26,7 +26,7 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL*
26
26
1. コマンド *tcl-ex-commands* *E571* *E572*
27
27
28
28
*:tcl*
29
- :tcl {cmd} Tclコマンド{cmd} を実行する。`:tcl ` コマンドが機能する
29
+ :[range] tcl {cmd} Tclコマンド{cmd} を実行する。`:tcl ` コマンドが機能する
30
30
か簡単にチェックするには: >
31
31
:tcl puts "Hello"
32
32
@@ -68,7 +68,8 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL*
68
68
よ。
69
69
70
70
*:tclfile* *:tclf*
71
- :tclf[ile] {file} {file} 内のTclスクリプトを実行する。これは、
71
+ :[range] tclf[ile] {file}
72
+ {file} 内のTclスクリプトを実行する。これは、
72
73
":tcl source {file} " と同じであるが、ファイル名の補完
73
74
が有効である。
74
75
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Ingo Wilken
26
26
1. Commands *tcl-ex-commands* *E571* *E572*
27
27
28
28
*: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 `
30
30
is working: >
31
31
:tcl puts "Hello"
32
32
@@ -69,7 +69,8 @@ To see what version of Tcl you have: >
69
69
See | tcl-var-line | and | tcl-var-lnum | .
70
70
71
71
*: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
73
74
":tcl source {file} ", but allows file name completion.
74
75
75
76
You can’t perform that action at this time.
0 commit comments