Patch 8.2.0846
Problem: Build failure with small features.
Solution: Add #ifdef.
Files: src/undo.c
*** ../vim-8.2.0845/src/undo.c 2020-05-30 14:46:48.861163777 +0200
--- src/undo.c 2020-05-30 16:15:37.643854390 +0200
***************
*** 375,380 ****
--- 375,381 ----
return ul->ul_line == NULL ? FAIL : OK;
}
+ #ifdef FEAT_PROP_POPUP
/*
* return TRUE if line "lnum" has text property "flags".
*/
***************
*** 395,400 ****
--- 396,402 ----
}
return FALSE;
}
+ #endif
/*
* Common code for various ways to save text before a change.
*** ../vim-8.2.0845/src/version.c 2020-05-30 15:31:57.858700863 +0200
--- src/version.c 2020-05-30 16:17:18.831509784 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 846,
/**/
--
hundred-and-one symptoms of being an internet addict:
215. Your mouse-clicking forearm rivals Popeye's.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202005301418.04UEIKjZ344407%40masaka.moolenaar.net.