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\<C-P>\<C-N>rt\<cr>", '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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.