comparison runtime/doc/eval.txt @ 540:2df7f3a5eb96

updated for version 7.0153
author vimboss
date Mon, 03 Oct 2005 22:02:18 +0000
parents e321639cfa3e
children f43150a669dc
comparison
equal deleted inserted replaced
539:b13dbb7b797c 540:2df7f3a5eb96
1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Sep 29 1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Oct 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1369 Read-only. 1369 Read-only.
1370 1370
1371 *v:register* *register-variable* 1371 *v:register* *register-variable*
1372 v:register The name of the register supplied to the last normal mode 1372 v:register The name of the register supplied to the last normal mode
1373 command. Empty if none were supplied. |getreg()| |setreg()| 1373 command. Empty if none were supplied. |getreg()| |setreg()|
1374
1375 *v:scrollstart* *scrollstart-variable*
1376 v:scrollstart String describing the script or function that caused the
1377 screen to scroll up. It's only set when it is empty, thus the
1378 first reason is remembered. It is set to "Unknown" for a
1379 typed command.
1380 This can be used to find out why your script causes the
1381 hit-enter prompt.
1374 1382
1375 *v:servername* *servername-variable* 1383 *v:servername* *servername-variable*
1376 v:servername The resulting registered |x11-clientserver| name if any. 1384 v:servername The resulting registered |x11-clientserver| name if any.
1377 Read-only. 1385 Read-only.
1378 1386