Patch 8.1.1771
Problem: Options test fails on MS-Windows.
Solution: Add correct and incorrect values for 'completeslash'.
Files: src/testdir/gen_opt_test.vim
*** ../vim-8.1.1770/src/testdir/gen_opt_test.vim 2019-07-18
21:42:45.967840565 +0200
--- src/testdir/gen_opt_test.vim 2019-07-28 18:34:20.506408700 +0200
***************
*** 78,83 ****
--- 78,84 ----
\ 'complete': [['', 'w,b'], ['xxx']],
\ 'concealcursor': [['', 'n', 'nvic'], ['xxx']],
\ 'completeopt': [['', 'menu', 'menu,longest'], ['xxx',
'menu,,,longest,']],
+ \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']],
\ 'cryptmethod': [['', 'zip'], ['xxx']],
\ 'cscopequickfix': [['', 's-', 's-,c+,e0'], ['xxx', 's,g,d']],
\ 'debug': [['', 'msg', 'msg', 'beep'], ['xxx']],
*** ../vim-8.1.1770/src/version.c 2019-07-28 17:57:04.845046867 +0200
--- src/version.c 2019-07-28 18:35:35.717969962 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1771,
/**/
--
Team-building exercises come in many forms but they all trace their roots back
to the prison system. In your typical team-building exercise the employees
are subjected to a variety of unpleasant situations until they become either a
cohesive team or a ring of car jackers.
(Scott Adams - The Dilbert principle)
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201907281638.x6SGceFH003417%40masaka.moolenaar.net.