commit | d25bc238708ca97d9f1c70179a18d1c325e909de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 17:49:24 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 17:49:24 2010 +0100 |
tree | 37465b886b5b5c0e3e44a4c6410a7c59babbbef6 | |
parent | 46475520d73c86a75c189079de848a36c725bb3b [diff] [blame] |
updated for version 7.2.409 Problem: Summary of number of substitutes is incorrect for ":folddo". (Jean Johner) Solution: Reset sub_nsubs and sub_nlines in global_exe().
diff --git a/src/version.c b/src/version.c index 4fcc9a6..5d34061 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 409, +/**/ 408, /**/ 407,