commit | 496f9517cb2630cd902be85e51e3ab395a194e85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 19 16:35:09 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 19 16:35:09 2011 +0200 |
tree | 2a8397bda1a6256b31a362d4a31571d037501608 | |
parent | 1385c3ee7f8715796c87d9bb020326ecc681e95d [diff] [blame] |
updated for version 7.3.195 Problem: "} else" causes following lines to be indented too much. (Rouben Rostamian) Solution: Better detection for the "else". (Lech Lorens)
diff --git a/src/version.c b/src/version.c index b505c29..968bbb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 195, +/**/ 194, /**/ 193,