To: vim_dev@googlegroups.com Subject: Patch 7.4.1930 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1930 Problem: Can't build without +spell but with +quickfix. (Charles) Solution: Add better #ifdef around ml_append_buf(). (closes #864) Files: src/memline.c *** ../vim-7.4.1929/src/memline.c 2016-03-11 22:52:00.738438072 +0100 --- src/memline.c 2016-06-13 20:17:47.317170481 +0200 *************** *** 2542,2548 **** return ml_append_int(curbuf, lnum, line, len, newfile, FALSE); } ! #if defined(FEAT_SPELL) || defined(PROTO) /* * Like ml_append() but for an arbitrary buffer. The buffer must already have * a memline. --- 2542,2549 ---- return ml_append_int(curbuf, lnum, line, len, newfile, FALSE); } ! #if defined(FEAT_SPELL) || (defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS)) \ ! || defined(PROTO) /* * Like ml_append() but for an arbitrary buffer. The buffer must already have * a memline. *** ../vim-7.4.1929/src/version.c 2016-06-13 20:08:39.883031961 +0200 --- src/version.c 2016-06-13 20:23:04.901770843 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1930, /**/ -- From "know your smileys": 8-O "Omigod!!" (done "rm -rf *" ?) /// 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 ///