aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 20:29:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 20:29:44 +1200
commitffb8fc583b7730c1860d769a91c522772ee8c5c8 (patch)
treeae0854a821f12cc76eb5826287afc2c8e3c2414a
parentAdjust a few comments (diff)
downloaddotfiles-ffb8fc583b7730c1860d769a91c522772ee8c5c8.tar.gz
dotfiles-ffb8fc583b7730c1860d769a91c522772ee8c5c8.zip
Back to simpler regex test of &term
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 73650d2e..38089a19 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -829,7 +829,7 @@ set synmaxcol=500
" windows terminal emulator PuTTY, and the terminal multiplexer tmux, both of
" which I use heavily.
"
-if &term =~# '^\%(putty\|tmux\)'
+if &term =~# '^putty\|^tmux'
set ttyfast
endif