From c90cdedbd254a2168fd1e79b76130ce6450453e1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 24 Aug 2013 00:00:00 -0500 Subject: [PATCH] Correct 'set directory' syntax for Windows --- plugin/00-dustin.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index b7ba973..aabda23 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -55,7 +55,7 @@ if has('win32') " Also, Consolas is more widely available than Luxi set guifont=Consolas:h9:cANSI " Store swap files together in the user's temp directory - set directory^=$TEMP\\\ + set directory^=$TEMP// elseif has('unix') " Nice font and size (escape spaces) (GUI only) set guifont=Luxi\ Mono\ 9