Patch 9.0.0764 (after 9.0.0761)
Problem: Indent and option tests fail.
Solution: Change OP_INDENT. Add entry to options test table.
Files: src/ops.c, src/testdir/gen_opt_test.vim
*** ../vim-9.0.0763/src/ops.c 2022-10-14 20:09:00.895207512 +0100
--- src/ops.c 2022-10-15 15:49:04.263127969 +0100
***************
*** 4119,4125 ****
{
if (curbuf->b_p_lisp)
{
! op_reindent(oap, get_lisp_indent);
break;
}
op_reindent(oap,
--- 4119,4130 ----
{
if (curbuf->b_p_lisp)
{
! #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,
*** ../vim-9.0.0763/src/testdir/gen_opt_test.vim 2022-10-03
15:27:30.066072111 +0100
--- src/testdir/gen_opt_test.vim 2022-10-15 16:40:09.100733723 +0100
***************
*** 114,119 ****
--- 114,120 ----
\ 'keymap': [['', 'accents'], ['xxx']],
\ 'keymodel': [['', 'startsel', 'startsel,stopsel'], ['xxx']],
\ 'langmap': [['', 'xX', 'aA,bB'], ['xxx']],
+ \ 'lispoptions': [['', 'expr:0', 'expr:1'], ['xxx']],
\ 'listchars': [['', 'eol:x', 'eol:x,space:y'], ['xxx']],
\ 'matchpairs': [['', '(:)', '(:),<:>'], ['xxx']],
\ 'mkspellmem': [['10000,100,12'], ['', 'xxx']],
*** ../vim-9.0.0763/src/version.c 2022-10-15 16:28:59.622401541 +0100
--- src/version.c 2022-10-15 16:38:46.520934238 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 764,
/**/
--
[Another hideous roar.]
BEDEVERE: That's it!
ARTHUR: What?
BEDEVERE: It's The Legendary Black Beast of Aaaaarrrrrrggghhh!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221015154235.849411C05ED%40moolenaar.net.