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