To: vim_dev@googlegroups.com Subject: Patch 8.0.1733 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1733 Problem: Incomplete testing for completion fix. (Lifepillar) Solution: Add a test with CTRL-P. Files: src/testdir/test_popup.vim *** ../vim-8.0.1732/src/testdir/test_popup.vim 2018-04-17 22:14:27.456314045 +0200 --- src/testdir/test_popup.vim 2018-04-17 23:28:25.365199933 +0200 *************** *** 824,827 **** --- 824,837 ---- bwipe! endfunc + func Test_popup_complete_backwards_ctrl_p() + new + call setline(1, ['Post', 'Port', 'Po']) + let expected=['Post', 'Port', 'Port'] + call cursor(3,2) + call feedkeys("A\\rt\", 'tx') + call assert_equal(expected, getline(1,'$')) + bwipe! + endfunc + " vim: shiftwidth=2 sts=2 expandtab *** ../vim-8.0.1732/src/version.c 2018-04-17 23:24:02.350755880 +0200 --- src/version.c 2018-04-17 23:29:33.616776521 +0200 *************** *** 764,765 **** --- 764,767 ---- { /* Add new patch number below this line */ + /**/ + 1733, /**/ -- hundred-and-one symptoms of being an internet addict: 213. Your kids start referring to you as "that guy in front of the monitor." /// 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 ///