Searched refs:lbase (Results 1 – 4 of 4) sorted by relevance
176 ::vim::lbase # number of first line198 ::vim::lbase *tcl-var-lbase*272 with "catch". The row and column values depend on the "::vim::lbase"273 variable. See |tcl-var-lbase|.339 numbers depends on the "::vim::lbase" variable (see |tcl-var-lbase|). Instead379 "::vim::lbase" variable. See |tcl-var-lbase|.470 This script reverses the lines in the buffer. Note the use of "::vim::lbase"473 set t $::vim::lbase
9635 tcl-var-lbase if_tcl.txt /*tcl-var-lbase*
84 int lbase; member100 #define row2tcl(x) ((x) - (tclinfo.lbase==0))101 #define row2vim(x) ((x) + (tclinfo.lbase==0))102 #define col2tcl(x) ((x) + (tclinfo.lbase!=0))103 #define col2vim(x) ((x) - (tclinfo.lbase!=0))1765 tclinfo.lbase = 1; in tclinit()1767 Tcl_LinkVar(interp, varname, (char *)&tclinfo.lbase, TCL_LINK_INT); in tclinit()
239 " When setting ::vim::lbase to 0, line/col are counted from 0241 tcl set ::vim::lbase 0247 tcl set ::vim::lbase 1421 " Check that $buf count and $buf last differ when ::vim::lbase is 0.422 tcl set ::vim::lbase 0429 tcl set ::vim::lbase 1