commit | e4195c5d84027a3137ad4bc0ba5b6bd14b8a3a04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 12:31:44 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 12:31:44 2012 +0200 |
tree | 70e9a714c7e73dc5ac4c17f9372659fc4b59623e | |
parent | 8a0f3c78fede1a9e27973e0c2458afcd0c189c9c [diff] [blame] |
updated for version 7.3.619 Problem: When executing a shell command Vim may become slow to respond. Solution: Don't wait after every processed message. (idea by Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 94a2b5c..285bdfc 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 619, +/**/ 618, /**/ 617,