Don't override ttimeoutlen

This commit is contained in:
Tim Pope
2017-05-09 17:59:24 -04:00
parent b6033cb4d4
commit d205637361

View File

@@ -24,7 +24,7 @@ set smarttab
set nrformats-=octal
if !has('nvim')
if !has('nvim') && &ttimeoutlen = -1
set ttimeout
set ttimeoutlen=100
endif