commit | 06811f33ce34575e32f890f8b70c675d44858821 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 15 16:17:07 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 15 16:17:07 2014 +0100 |
tree | 9da0feca2ce13eb0f50e0e4a39ed96551e193229 | |
parent | 403b3cf0a1ee4c7c1862ef52d42713b90c75a5ee [diff] [blame] |
updated for version 7.4.181 Problem: When using 'pastetoggle' the status lines are not updated. (Samuel Ferencik, Jan Christoph Ebersbach) Solution: Update the status lines. (Nobuhiro Takasaki)
diff --git a/src/version.c b/src/version.c index 9036cf7..f0b916d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 181, +/**/ 180, /**/ 179,