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