comparison runtime/doc/os_os2.txt @ 1119:dd9842fb18dd

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 17:11:56 +0000
parents 4bac29d27e2f
children f89c43568067
comparison
equal deleted inserted replaced
1118:2b8ff9e3c520 1119:dd9842fb18dd
1 *os_os2.txt* For Vim version 7.0. Last change: 2005 Mar 29 1 *os_os2.txt* For Vim version 7.1a. Last change: 2007 Apr 22
2 2
3 3
4 VIM REFERENCE MANUAL by Paul Slootman 4 VIM REFERENCE MANUAL by Paul Slootman
5 5
6 6
98 ENVIRONMENT VARIABLES IN FILE NAMES 98 ENVIRONMENT VARIABLES IN FILE NAMES
99 99
100 This HOME environment variable is also used when using ~ in file names, so 100 This HOME environment variable is also used when using ~ in file names, so
101 ":e ~/textfile" will edit the file "textfile" in the directory referred to by 101 ":e ~/textfile" will edit the file "textfile" in the directory referred to by
102 HOME. Additionally you can use other environment variables in file names, as 102 HOME. Additionally you can use other environment variables in file names, as
103 as ":n $SRC/*.c". 103 in ":n $SRC/*.c".
104 104
105 The HOME environment variable is also used to locate the .viminfo file 105 The HOME environment variable is also used to locate the .viminfo file
106 (see |viminfo-file|). There is no support yet for .viminfo on FAT file 106 (see |viminfo-file|). There is no support yet for .viminfo on FAT file
107 systems yet, sorry. You could try the -i startup flag (as in "vim -i 107 systems yet, sorry. You could try the -i startup flag (as in "vim -i
108 $HOME/_viminfo") however. 108 $HOME/_viminfo") however.