To: vim_dev@googlegroups.com Subject: Patch 8.0.1480 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1480 (after 8.0.1479) Problem: Patch missing change. Solution: Add missing change. Files: src/evalfunc.c *** ../vim-8.0.1479/src/evalfunc.c 2018-01-28 17:45:41.505504197 +0100 --- src/evalfunc.c 2018-02-09 11:55:25.527085048 +0100 *************** *** 7977,7983 **** #ifdef FEAT_INS_EXPAND if (ins_compl_active()) buf[1] = 'c'; ! else if (ctrl_x_mode == 1) buf[1] = 'x'; #endif } --- 7977,7983 ---- #ifdef FEAT_INS_EXPAND if (ins_compl_active()) buf[1] = 'c'; ! else if (ctrl_x_mode_not_defined_yet()) buf[1] = 'x'; #endif } *** ../vim-8.0.1479/src/version.c 2018-02-09 12:13:28.602611990 +0100 --- src/version.c 2018-02-09 12:27:04.492824095 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1480, /**/ -- Veni, Vidi, Video -- I came, I saw, I taped what I saw. /// 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 ///