commit | 35df7d2d99823124e0001e023ff1e2764cfb5937 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 18:05:47 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 18:05:47 2012 +0200 |
tree | fc8b6496aa735a5c0334760ea7b6f9d531f53aa6 | |
parent | a6cdc99152c3a3e3bd92ac33864dafd15bb4d938 [diff] [blame] |
updated for version 7.3.501 Problem: Error for "flush" not being defined when using Ruby command. Solution: Defined "flush" as a no-op method. (Kent Sibilev)
diff --git a/src/version.c b/src/version.c index 720e45a..94d429e 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 501, +/**/ 500, /**/ 499,