commit | 98411e57ab4f876e11d7df48889be348caa912b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 16:56:52 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 16:56:52 2012 +0200 |
tree | 39d6293cec16f7b672e7c3824256c63ab8b5a3b6 | |
parent | 1dced5727f8f4f51fd623d9f6e672e70e1793d13 [diff] [blame] |
updated for version 7.3.491 Problem: No tests for Lua. Solution: Add some simple tests for Lua. (Luis Carvalho)
diff --git a/src/version.c b/src/version.c index a835ea5..029b240 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 491, +/**/ 490, /**/ 489,