Windows compatibility.
[profile.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 3f4fd1d..6e26f27 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -17,6 +17,11 @@ version 4.0
 " No compatibility mode.
 se nocp
 
+" Find stuff.
+if has("win32")
+  se rtp=~/.vim,$VIMRUNTIME
+endif
+
 " Tabstop 2.
 se ts=2
 " And use spaces not tabs.