comparison runtime/doc/eval.txt @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 4e2284e71352
children 946da5994c01
comparison
equal deleted inserted replaced
10:4e2284e71352 11:4424b47a0797
1 *eval.txt* For Vim version 7.0aa. Last change: 2004 Jun 22 1 *eval.txt* For Vim version 7.0aa. Last change: 2004 Jun 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
676 Read-only. |fold-foldtext| 676 Read-only. |fold-foldtext|
677 677
678 *v:foldstart* *foldstart-variable* 678 *v:foldstart* *foldstart-variable*
679 v:foldstart Used for 'foldtext': first line of closed fold. 679 v:foldstart Used for 'foldtext': first line of closed fold.
680 Read-only. |fold-foldtext| 680 Read-only. |fold-foldtext|
681
682 *v:insertmode* *insertmode-variable*
683 v:insertmode Used for the |InsertEnter| and |InsertChange| autocommand
684 events. Values:
685 i Insert mode
686 r Replace mode
687 v Virtual Replace mode
681 688
682 *v:lang* *lang-variable* 689 *v:lang* *lang-variable*
683 v:lang The current locale setting for messages of the runtime 690 v:lang The current locale setting for messages of the runtime
684 environment. This allows Vim scripts to be aware of the 691 environment. This allows Vim scripts to be aware of the
685 current language. Technical: it's the value of LC_MESSAGES. 692 current language. Technical: it's the value of LC_MESSAGES.
2763 gui Compiled with GUI enabled. 2770 gui Compiled with GUI enabled.
2764 gui_athena Compiled with Athena GUI. 2771 gui_athena Compiled with Athena GUI.
2765 gui_beos Compiled with BeOS GUI. 2772 gui_beos Compiled with BeOS GUI.
2766 gui_gtk Compiled with GTK+ GUI (any version). 2773 gui_gtk Compiled with GTK+ GUI (any version).
2767 gui_gtk2 Compiled with GTK+ 2 GUI (gui_gtk is also defined). 2774 gui_gtk2 Compiled with GTK+ 2 GUI (gui_gtk is also defined).
2775 gui_kde Compiled with KDE GUI |KVim|
2768 gui_mac Compiled with Macintosh GUI. 2776 gui_mac Compiled with Macintosh GUI.
2769 gui_motif Compiled with Motif GUI. 2777 gui_motif Compiled with Motif GUI.
2770 gui_photon Compiled with Photon GUI. 2778 gui_photon Compiled with Photon GUI.
2771 gui_win32 Compiled with MS Windows Win32 GUI. 2779 gui_win32 Compiled with MS Windows Win32 GUI.
2772 gui_win32s idem, and Win32s system being used (Windows 3.1) 2780 gui_win32s idem, and Win32s system being used (Windows 3.1)