To: vim_dev@googlegroups.com Subject: Patch 8.1.1990 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.1990 Problem: Cannot build with eval but without cscope. Solution: Always include if_cscope.pro. Files: src/proto.h *** ../vim-8.1.1989/src/proto.h 2019-09-04 15:54:23.916359692 +0200 --- src/proto.h 2019-09-05 22:46:22.942057668 +0200 *************** *** 68,76 **** # include "charset.pro" # include "cmdexpand.pro" # include "cmdhist.pro" ! # ifdef FEAT_CSCOPE ! # include "if_cscope.pro" ! # endif # include "debugger.pro" # include "dict.pro" # include "diff.pro" --- 68,74 ---- # include "charset.pro" # include "cmdexpand.pro" # include "cmdhist.pro" ! # include "if_cscope.pro" # include "debugger.pro" # include "dict.pro" # include "diff.pro" *** ../vim-8.1.1989/src/version.c 2019-09-05 22:33:23.268963478 +0200 --- src/version.c 2019-09-05 22:49:58.717262116 +0200 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 1990, /**/ -- Press any key to continue, press any other key to quit. /// 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 ///