comparison runtime/doc/os_win32.txt @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents 9f345c48220b
children 6675076019ae
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
1 *os_win32.txt* For Vim version 7.0c. Last change: 2005 Mar 29 1 *os_win32.txt* For Vim version 7.0c. Last change: 2006 Apr 02
2 2
3 3
4 VIM REFERENCE MANUAL by George Reilly 4 VIM REFERENCE MANUAL by George Reilly
5 5
6 6
84 84
85 The only kind of terminal type that the Win32 version of Vim understands is 85 The only kind of terminal type that the Win32 version of Vim understands is
86 "win32", which is built-in. If you set 'term' to anything else, you will 86 "win32", which is built-in. If you set 'term' to anything else, you will
87 probably get very strange behavior from Vim. Therefore Vim does not obtain 87 probably get very strange behavior from Vim. Therefore Vim does not obtain
88 the default value of 'term' from the environment variable "TERM". 88 the default value of 'term' from the environment variable "TERM".
89
90 $PATH *win32-PATH*
91
92 The directory of the Vim executable is appended to $PATH. This is mostly to
93 make "!xxd' work, as it is in the Tools menu. And it also means that when
94 executable() returns 1 the executable can actually be executed.
89 95
90 ============================================================================== 96 ==============================================================================
91 3. Restore screen contents *win32-restore* 97 3. Restore screen contents *win32-restore*
92 98
93 When 'restorescreen' is set (which is the default), Vim will restore the 99 When 'restorescreen' is set (which is the default), Vim will restore the