X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vimrc;h=26ce8dbbebc199c00d4d058669be8b7469438c0f;hb=f1c41dc95f2d4fe411e00c35b0b7571178a149a1;hp=460bcfb27d3f60baff267ca2d72731fa66938050;hpb=aeeebc1e1c8f4f7a22159676b7ad47c6201090e5;p=profile.git diff --git a/.vimrc b/.vimrc index 460bcfb..26ce8db 100644 --- a/.vimrc +++ b/.vimrc @@ -19,7 +19,7 @@ version 4.0 se nocp " Find stuff. -if has("win32") +if has("win32") || has("win64") se rtp=~/.vim,$VIMRUNTIME endif @@ -145,7 +145,7 @@ se t_WS=[8;%p1%d;%p2%dt se hlsearch " Set graphical window title. -if has("win32") +if has("win32") || has("win64") " Windows taskbar entries are probably too small to show full titles. se titlestring=%t else @@ -596,7 +596,7 @@ endif "}}}1 if version >= "600" "{{{1 version 6.0 -if has("win32") +if has("gui_win32") se encoding=utf-8 endif @@ -611,7 +611,7 @@ syn enable " Set colours. if has("gui_running") - if has("win32") + if has("win32") || has("win64") exe "silent se guifont=DejaVu_Sans_Mono:h10:cANSI" else exe "silent se guifont=DejaVu\\ Sans\\ Mono\\ 10"