From 064495a53ace225626289e7143b5520b38e3f5fc Mon Sep 17 00:00:00 2001 From: zandr <7629614+deathlyfrantic@users.noreply.github.com> Date: Sat, 1 Sep 2018 16:17:49 +0000 Subject: doc/defaults: document `ttimeoutlen` default (#8943) --- runtime/doc/vim_diff.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 4081f4c239..3b5ba26b02 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -55,6 +55,7 @@ a complete and centralized reference of those differences. - 'smarttab' is set by default - 'tabpagemax' defaults to 50 - 'tags' defaults to "./tags;,tags" +- 'ttimeoutlen' defaults to 50 - 'ttyfast' is always set - 'undodir' defaults to ~/.local/share/nvim/undo (|xdg|), auto-created - 'viminfo' includes "!" -- cgit