To: vim_dev@googlegroups.com Subject: Patch 8.0.1560 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1560 Problem: Build failure without GUI on MS-Windows. Solution: Adjust #ifdef for vcol2col(). Files: src/ui.c *** ../vim-8.0.1559/src/ui.c 2018-03-03 19:29:38.625111378 +0100 --- src/ui.c 2018-03-03 19:50:17.601286988 +0100 *************** *** 3246,3252 **** #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) \ || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \ ! || defined(FEAT_GUI_PHOTON) || defined(FEAT_BEVAL) || defined(PROTO) /* * Convert a virtual (screen) column to a character column. * The first column is one. --- 3246,3253 ---- #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) \ || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \ ! || defined(FEAT_GUI_PHOTON) || defined(FEAT_BEVAL) \ ! || defined(FEAT_TERM_POPUP_MENU) || defined(PROTO) /* * Convert a virtual (screen) column to a character column. * The first column is one. *** ../vim-8.0.1559/src/version.c 2018-03-03 19:29:38.625111378 +0100 --- src/version.c 2018-03-03 19:51:20.632890749 +0100 *************** *** 780,781 **** --- 780,783 ---- { /* Add new patch number below this line */ + /**/ + 1560, /**/ -- To keep milk from turning sour: Keep it in the cow. /// 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 ///