Patch 8.2.1642

4 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 9, 2020, 9:11:27 AM9/9/20
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages