To: vim_dev@googlegroups.com Subject: Patch 8.2.1992 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1992 Problem: Build fails with small features. Solution: Add #ifdef. Files: src/move.c *** ../vim-8.2.1991/src/move.c 2020-11-15 20:32:54.167882094 +0100 --- src/move.c 2020-11-15 21:09:01.535467315 +0100 *************** *** 868,874 **** --- 868,876 ---- curwin->w_wcol = col; curwin->w_valid |= VALID_WCOL; + #ifdef FEAT_PROP_POPUP curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED; + #endif } } *** ../vim-8.2.1991/src/version.c 2020-11-15 20:49:36.979163804 +0100 --- src/version.c 2020-11-15 21:10:14.759231982 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1992, /**/ -- Vi is clearly superior to emacs, since "vi" has only two characters (and two keystrokes), while "emacs" has five. (Randy C. Ford) /// 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 ///