Patch 8.2.1642
Problem: Otions test fails.
Solution: Correct call to OptionG().
Files: runtime/optwin.vim
*** ../vim-8.2.1641/runtime/optwin.vim 2020-09-09 12:56:26.366414862 +0200
--- runtime/optwin.vim 2020-09-09 15:09:21.992532261 +0200
***************
*** 239,245 ****
call <SID>Header("moving around, searching and patterns")
call append("$", "whichwrap\tlist of flags specifying which commands wrap to
another line")
! call <SID>OptionG("ww")
call append("$", "startofline\tmany jump commands move the cursor to the
first non-blank")
call append("$", "\tcharacter of a line")
call <SID>BinOptionG("sol", &sol)
--- 239,245 ----
call <SID>Header("moving around, searching and patterns")
call append("$", "whichwrap\tlist of flags specifying which commands wrap to
another line")
! call <SID>OptionG("ww", &ww)
call append("$", "startofline\tmany jump commands move the cursor to the
first non-blank")
call append("$", "\tcharacter of a line")
call <SID>BinOptionG("sol", &sol)
*** ../vim-8.2.1641/src/version.c 2020-09-09 14:55:28.155619452 +0200
--- src/version.c 2020-09-09 15:10:04.352376261 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1642,
/**/
--
An indication you must be a manager:
You give constructive feedback to your dog.
/// 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/202009091311.089DBJwW332908%40masaka.moolenaar.net.