commit | 49846fb1a31de99f49d6a7e70efe685197423c84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:05:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:05:33 2022 +0100 |
tree | 98b3debbaafbd79b05fe941382086792c1aab8ba | |
parent | 297164cb7972beff35e375ccac4fbad8196ccbd7 [diff] [blame] |
patch 9.0.0761: cannot use 'indentexpr' for Lisp indenting Problem: Cannot use 'indentexpr' for Lisp indenting. Solution: Add the 'lispoptions' option.
diff --git a/src/version.c b/src/version.c index 0ccdf46..6e602be 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 761, +/**/ 760, /**/ 759,