Lines Matching refs:array
175 ::vim::current # array containing "current" objects
177 ::vim::range # array containing current range numbers
183 This is an array providing access to various "current" objects
184 available in vim. The contents of this array are updated after
210 This is an array with three elements, "start", "begin" and "end". It
242 $win cursor {var} # Set cursor position from array variable.
262 This can be converted to a Tcl array variable: >
263 array set here [$win cursor]
266 Tcl array variable, which must contain two elements "row" and "column".
384 |tcl-window-cursor|). This can be converted to a Tcl array variable: >
385 array set mpos [$buf mark "a"]