From 2836b94c3e655dc5cc95611a9defaffed1cd6c70 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 16 Jun 2019 14:22:26 +1200 Subject: Adjust &term matching regex --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index ccb3782f..bcb111e5 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -826,7 +826,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 -- cgit v1.2.3