mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-09 03:23:47 -05:00
Fix if statement
This commit is contained in:
@@ -24,7 +24,7 @@ set smarttab
|
|||||||
|
|
||||||
set nrformats-=octal
|
set nrformats-=octal
|
||||||
|
|
||||||
if !has('nvim') && &ttimeoutlen = -1
|
if !has('nvim') && &ttimeoutlen == -1
|
||||||
set ttimeout
|
set ttimeout
|
||||||
set ttimeoutlen=100
|
set ttimeoutlen=100
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user