comparison runtime/doc/usr_41.txt @ 831:f24a95dae8ee

updated for version 7.0d05
author vimboss
date Sat, 15 Apr 2006 20:25:09 +0000
parents 6675076019ae
children 5117153003bd
comparison
equal deleted inserted replaced
830:927afe5f3c9d 831:f24a95dae8ee
1 *usr_41.txt* For Vim version 7.0d. Last change: 2006 Apr 09 1 *usr_41.txt* For Vim version 7.0d. Last change: 2006 Apr 15
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
650 type() type of a variable 650 type() type of a variable
651 islocked() check if a variable is locked 651 islocked() check if a variable is locked
652 function() get a Funcref for a function name 652 function() get a Funcref for a function name
653 getbufvar() get a variable value from a specific buffer 653 getbufvar() get a variable value from a specific buffer
654 setbufvar() set a variable in a specific buffer 654 setbufvar() set a variable in a specific buffer
655 getwinvar() get a variable value from a specific window 655 getwinvar() get a variable from specific window
656 gettabwinvar() get a variable from specific window & tab page
656 setwinvar() set a variable in a specific window 657 setwinvar() set a variable in a specific window
658 settabwinvar() set a variable in a specific window & tab page
657 garbagecollect() possibly free memory 659 garbagecollect() possibly free memory
658 660
659 Cursor and mark position: 661 Cursor and mark position:
660 col() column number of the cursor or a mark 662 col() column number of the cursor or a mark
661 virtcol() screen column of the cursor or a mark 663 virtcol() screen column of the cursor or a mark