commit | c8b673557390e5cd20bc0a4c2786d0db1d77a24c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:41:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:41:53 2022 +0100 |
tree | 4e880543516542d06ecec7d1b8699b0fe8786081 | |
parent | a2e4e0fc3b930caf20c4f6d2e70acf5325c3be51 [diff] [blame] |
patch 9.0.0764: indent and option tests fail Problem: Indent and option tests fail. Solution: Change OP_INDENT. Add entry to options test table.
diff --git a/src/ops.c b/src/ops.c index a496c49..4515453 100644 --- a/src/ops.c +++ b/src/ops.c
@@ -4119,7 +4119,12 @@ { if (curbuf->b_p_lisp) { - op_reindent(oap, get_lisp_indent); +#ifdef FEAT_EVAL + if (use_indentexpr_for_lisp()) + op_reindent(oap, get_expr_indent); + else +#endif + op_reindent(oap, get_lisp_indent); break; } op_reindent(oap,