Fix if statement

This commit is contained in:
blurrcat
2017-05-10 11:02:50 +08:00
committed by Tim Pope
parent d205637361
commit 49ee364222

View File

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