Patch 8.2.5103
Problem: Build fails with small features.
Solution: Add #ifdef. Skip test on MS-Windows.
Files: src/indent.c, src/testdir/test_retab.vim
*** ../vim-8.2.5102/src/indent.c 2022-06-15 20:49:31.866111756 +0100
--- src/indent.c 2022-06-15 21:03:28.141163367 +0100
***************
*** 1783,1789 ****
--- 1783,1791 ----
emsg(_(e_resulting_text_too_long));
// when not inside a try/catch set got_int to break out of any
// loop
+ #ifdef FEAT_EVAL
if (trylevel == 0)
+ #endif
got_int = TRUE;
break;
}
*** ../vim-8.2.5102/src/testdir/test_retab.vim 2022-06-15 20:49:31.866111756
+0100
--- src/testdir/test_retab.vim 2022-06-15 21:06:43.381136810 +0100
***************
*** 105,110 ****
--- 105,113 ----
endfunc
func Test_nocatch_retab_endless()
+ " FIXME: why does this hang on MS-Windows?
+ CheckNotMSWindows
+
" not inside try/catch an interrupt is generated to get out of loops
new
call setline(1, "\t0\t")
*** ../vim-8.2.5102/src/version.c 2022-06-15 20:49:31.866111756 +0100
--- src/version.c 2022-06-15 21:04:10.581164399 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5103,
/**/
--
MICHAEL PALIN PLAYED: 1ST SOLDIER WITH A KEEN INTEREST IN BIRDS, DENNIS, MR
DUCK (A VILLAGE CARPENTER WHO IS ALMOST KEENER THAN
ANYONE ELSE TO BURN WITCHES), THREE-HEADED KNIGHT, SIR
GALAHAD, KING OF SWAMP CASTLE, BROTHER MAYNARD'S ROOMATE
"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/20220615200852.7FE161C233D%40moolenaar.net.