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 -- [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/201911082057.xA8KvN3w002847%40masaka.moolenaar.net.

Raspunde prin e-mail lui