comparison runtime/doc/if_tcl.txt @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 073ff46fe397
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 *if_tcl.txt* For Vim version 7.3. Last change: 2008 Aug 16 1 *if_tcl.txt* For Vim version 7.3. Last change: 2012 Aug 02
2 2
3 3
4 VIM REFERENCE MANUAL by Ingo Wilken 4 VIM REFERENCE MANUAL by Ingo Wilken
5 5
6 6
25 25
26 ============================================================================== 26 ==============================================================================
27 1. Commands *tcl-ex-commands* *E571* *E572* 27 1. Commands *tcl-ex-commands* *E571* *E572*
28 28
29 *:tcl* *:tc* 29 *:tcl* *:tc*
30 :tc[l] {cmd} Execute Tcl command {cmd}. 30 :tc[l] {cmd} Execute Tcl command {cmd}. A simple check if `:tcl`
31 is working: >
32 :tcl puts "Hello"
31 33
32 :[range]tc[l] << {endmarker} 34 :[range]tc[l] << {endmarker}
33 {script} 35 {script}
34 {endmarker} 36 {endmarker}
35 Execute Tcl script {script}. 37 Execute Tcl script {script}.