To: vim_dev@googlegroups.com Subject: Patch 8.1.2163 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2163 Problem: Cannot build with +spell but without +syntax. Solution: Add #ifdef. (John Marriott) Files: src/drawline.c *** ../vim-8.1.2162/src/drawline.c 2019-10-16 18:42:22.822368742 +0200 --- src/drawline.c 2019-10-16 21:32:23.855792204 +0200 *************** *** 1421,1427 **** --- 1421,1429 ---- syntax_attr = prev_syntax_attr; else { + # ifdef FEAT_SPELL can_spell = TRUE; + # endif syntax_attr = get_syntax_attr((colnr_T)v, # ifdef FEAT_SPELL has_spell ? &can_spell : *** ../vim-8.1.2162/src/version.c 2019-10-16 21:13:31.753625462 +0200 --- src/version.c 2019-10-16 21:33:17.387618378 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 2163, /**/ -- ERIC IDLE PLAYED: THE DEAD COLLECTOR, MR BINT (A VILLAGE NE'ER-DO -WELL VERY KEEN ON BURNING WITCHES), SIR ROBIN, THE GUARD WHO DOESN'T HICOUGH BUT TRIES TO GET THINGS STRAIGHT, CONCORDE (SIR LAUNCELOT'S TRUSTY STEED), ROGER THE SHRUBBER (A SHRUBBER), BROTHER MAYNARD "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/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///