To: vim_dev@googlegroups.com Subject: Patch 8.2.5103 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///