To: vim_dev@googlegroups.com Subject: Patch 9.0.0764 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///