commit | 773c1ef81b2d29e40592cd2743a7d7a6e554e06f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 14:56:45 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 14:56:45 2012 +0200 |
tree | e58937742765ccfd57fd88869d6145bd9d731713 | |
parent | 52bf469f6f959808b5889da148e70f0b965e4b29 [diff] [blame] |
updated for version 7.3.595 Problem: The X command server responds slowly Solution: Change the loop that waits for replies. (Brian Burns)
diff --git a/src/version.c b/src/version.c index 0b9235d..e4e9066 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 595, +/**/ 594, /**/ 593,