Patch 8.2.1992

7 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 15, 2020, 3:11:51 PM11/15/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages