commit | e07e797db0c5ef1aafc650d8bb0d39fb052cf1e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 19:22:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 19:22:16 2016 +0200 |
tree | d07f91f90c7d2ec8022949a8b3bd8669ef4e3014 | |
parent | e11d61a3b1cdedf3144de697a2b38af62c3a78d8 [diff] [blame] |
patch 7.4.2232 Problem: The default ttimeoutlen is very long. Solution: Use "100". (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index c2a308d..02316bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2232, +/**/ 2231, /**/ 2230,