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
22
33
44 VIMリファレンスマニュアル by Ingo Wilken
@@ -26,7 +26,7 @@ VimへのTclインターフェイス *tcl* *Tcl* *TCL*
26261. コマンド *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
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
22
33
44 VIM REFERENCE MANUAL by Ingo Wilken
@@ -26,7 +26,7 @@ comments, ideas etc to <Ingo.Wilken@informatik.uni-oldenburg.de>
26261. 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
You can’t perform that action at this time.
0 commit comments