Correct 'set directory' syntax for Windows
parent
da62217a39
commit
c90cdedbd2
|
@ -55,7 +55,7 @@ if has('win32')
|
||||||
" Also, Consolas is more widely available than Luxi
|
" Also, Consolas is more widely available than Luxi
|
||||||
set guifont=Consolas:h9:cANSI
|
set guifont=Consolas:h9:cANSI
|
||||||
" Store swap files together in the user's temp directory
|
" Store swap files together in the user's temp directory
|
||||||
set directory^=$TEMP\\\
|
set directory^=$TEMP//
|
||||||
elseif has('unix')
|
elseif has('unix')
|
||||||
" Nice font and size (escape spaces) (GUI only)
|
" Nice font and size (escape spaces) (GUI only)
|
||||||
set guifont=Luxi\ Mono\ 9
|
set guifont=Luxi\ Mono\ 9
|
||||||
|
|
Reference in New Issue