0
0
mirror of https://github.com/vim/vim.git synced 2025-10-11 06:34:16 -04:00

patch 7.4.1268

Problem:    Waittime is used as seconds instead of milliseconds. (Hirohito
            Higashi)
Solution:   Divide by 1000.
This commit is contained in:
Bram Moolenaar
2016-02-06 18:18:54 +01:00
parent a03f233515
commit 26dfc41335
2 changed files with 4 additions and 2 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1268,
/**/
1267,
/**/