commit | e01f4f86cef7bed3cb99b26f9f57d86f6eb5fe1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 14:06:53 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 14:06:53 2015 +0100 |
tree | 4235a8451174d4724c5b5854ae7dcba6635a21ae | |
parent | 450ca4335e467ac29c1560b7397225a974aee3bf [diff] [blame] |
patch 7.4.912 Problem: Wrong indenting for C++ constructor. Solution: Recognize ::. (Anhong)
diff --git a/src/version.c b/src/version.c index 734f84f..a0896f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 912, +/**/ 911, /**/ 910,