To: vim_dev@googlegroups.com Subject: Patch 8.0.1663 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1663 (after 8.0.1660) Problem: Cannot build without multi-byte feature. Solution: Add #ifdef. Files: src/ex_docmd.c *** ../vim-8.0.1662/src/ex_docmd.c 2018-04-04 22:57:24.109853647 +0200 --- src/ex_docmd.c 2018-04-05 18:55:19.590622155 +0200 *************** *** 5308,5313 **** --- 5308,5314 ---- return p; } + #if defined(FEAT_MBYTE) || defined(PROTO) int get_bad_opt(char_u *p, exarg_T *eap) { *************** *** 5319,5324 **** --- 5320,5326 ---- eap->bad_char = *p; return FAIL; } + #endif /* * Get "++opt=arg" argument. *** ../vim-8.0.1662/src/version.c 2018-04-05 18:45:22.220946159 +0200 --- src/version.c 2018-04-05 18:56:32.302302792 +0200 *************** *** 764,765 **** --- 764,767 ---- { /* Add new patch number below this line */ + /**/ + 1663, /**/ -- hundred-and-one symptoms of being an internet addict: 102. When filling out your driver's license application, you give your IP address. /// 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 ///