commit | 84e0f6ca9adcbdca254060713878ebc29faaaa65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 06 03:52:55 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 06 03:52:55 2013 +0200 |
tree | 3025211efa4e5c1d9f48e9f369ecd786713b6c69 | |
parent | d1864597a0d87fa9b3fbd09fc022b3405be7f274 [diff] [blame] |
updated for version 7.3.924 Problem: Python interface can't easily access options. Solution: Add vim.options, vim.window.options and vim.buffer.options. (ZyX)
diff --git a/src/version.c b/src/version.c index 4fb40d0..fc44086 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 924, +/**/ 923, /**/ 922,