commit | a79b35b5781ae770334cec781d17fec3875f8108 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 10:49:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 10:49:36 2022 +0100 |
tree | 7880c30158c21d03871822c8961b268d1ec07656 | |
parent | b77bdce120d7e140d0d0bd535ec9febdef78993d [diff] [blame] |
patch 9.0.0754: 'indentexpr' overrules lisp indenting in one situation Problem: 'indentexpr' overrules lisp indenting in one situation. Solution: Add "else" to keep the lisp indent. (issue #11327)
diff --git a/src/version.c b/src/version.c index 3bb2a2f..90fff9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 754, +/**/ 753, /**/ 752,