Patch 8.1.2271
Problem: Build error if FEAT_TAG_BINS is not defined. (John Marriott)
Solution: Add #ifdef.
Files: src/tag.c
*** ../vim-8.1.2270/src/tag.c 2019-11-07 23:08:39.245164729 +0100
--- src/tag.c 2019-11-08 21:54:33.188275478 +0100
***************
*** 2242,2250 ****
--- 2242,2252 ----
lbuf = alloc(lbuf_size);
if (lbuf == NULL)
goto findtag_end;
+ #ifdef FEAT_TAG_BINS
// this will try the same thing again, make sure the offset is
// different
search_info.curr_offset = 0;
+ #endif
continue;
}
*** ../vim-8.1.2270/src/version.c 2019-11-08 21:49:44.353498595 +0100
--- src/version.c 2019-11-08 21:55:15.500030262 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2271,
/**/
--
hundred-and-one symptoms of being an internet addict:
42. Your virtual girlfriend finds a new net sweetheart with a larger bandwidth.
/// 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 ///