-*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
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"
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.