X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.vimrc;fp=.vimrc;h=1138c837bf5f7437096a23b0e4b4f537d25b0e0f;hp=4bb96bc4ba1914ff8461dd3f50d67f58d5a8911d;hb=91442e415ce67dd496a561848d312dca19675c8e;hpb=d16b6cf2ecfe0823313dc6006207f04d2e72639f diff --git a/.vimrc b/.vimrc index 4bb96bc..1138c83 100644 --- a/.vimrc +++ b/.vimrc @@ -233,7 +233,8 @@ if has("gui_running") " ---------- else - if (&term =~ "linux") || ($BACKGROUND == 'DARK') || ($BACKGROUND == 'dark') + if (&term =~ "linux") || (&term =~ "cygwin") || (&term =~ "putty") + \ || ($BACKGROUND == 'DARK') || ($BACKGROUND == 'dark') \ || has("win32") " Background of the terminal is black or dark grey set background=dark