commit | 063a46ba77c3251f0b5245e872dcbad003c71024 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 16:36:51 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 16:36:51 2014 +0100 |
tree | e85d7ca1c040ef4ecbef8f7bbbf7d92fe4ce823c | |
parent | 14177b77bf7bb9c3f1c7c8805bc6cff1b651c136 [diff] [blame] |
updated for version 7.4.151 Problem: Python: slices with steps are not supported. Solution: Support slices in Python vim.List. (ZyX)
diff --git a/src/version.c b/src/version.c index 6c2c60f..c0fe21f 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 151, +/**/ 150, /**/ 149,