commit | 66b7985ec9e4924abc370636077ed33114d0327d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 14:00:35 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 14:00:35 2012 +0200 |
tree | d3fc6e02af7989af008caade8eff1eb53e5ad52c | |
parent | 770456589e5e53507fcd32013a190b520f4fc688 [diff] [blame] |
updated for version 7.3.672 Problem: Not possible to lock/unlock lists in Python interface. Solution: Add .locked and .scope attributes. (ZyX)
diff --git a/src/version.c b/src/version.c index 3e054b7..cd50417 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 672, +/**/ 671, /**/ 670,