commit | 72b73c12dc28e03a195f932c9f99bccfce92506a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 24 17:22:20 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 24 17:22:20 2010 +0100 |
tree | 1a16cb821541a3a358891db275daa59fb1a5564c | |
parent | 89c0ea4ea1724854764b87e07bccb0243caebdf6 [diff] [blame] |
updated for version 7.2.376 Problem: ml_get error when using SiSU syntax. (Nathan Thomas) Solution: If the match ends below the last line move it to the end of the last line.
diff --git a/src/version.c b/src/version.c index 9fc3f57..1eff44f 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 376, +/**/ 375, /**/ 374,