aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/vim.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r--chapter06/vim.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 917d3da58..db5e90429 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -121,7 +121,7 @@ set nocompatible
set backspace=2
set mouse=r
syntax on
-if (&term == "iterm") || (&term == "putty")
+if (&term == "xterm") || (&term == "putty")
set background=dark
endif