Vim 8 ttimeout and ttimeoutlen handling? #1871
Replies: 3 comments 3 replies
-
As mentioned in #1745, I think you've misdiagnosed the problem. So no, not without further evidence. |
Beta Was this translation helpful? Give feedback.
-
Ah crud. You are correct, I misdiagnosed the problem. Further debugging has shown that it's same mechanism vis a vis Vim 8's defaults.vim, but it's the lack of Which means my question is the same, just for |
Beta Was this translation helpful? Give feedback.
-
The failure mode in fugitive is that |
Beta Was this translation helpful? Give feedback.
-
I just updated #1745 with the results of my debugging fugitive not working on my brand new Linux Mint laptop. I had of course immediately set up my own .vimrc which caused $VIMRUNTIME/defaults.vim to be skipped (which I didn't even know about) which caused Vim's internal default values of nottimeout and ttimeoutlen=-1 to be used, which broke fugitive.
Would you be amenable to a patch to s:VersionCheck() that checks ttimeout/len and issues an error if they're not set?
Beta Was this translation helpful? Give feedback.
All reactions