To: vim_dev@googlegroups.com Subject: Patch 8.2.1642 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 Header("moving around, searching and patterns") call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line") ! call OptionG("ww") call append("$", "startofline\tmany jump commands move the cursor to the first non-blank") call append("$", "\tcharacter of a line") call BinOptionG("sol", &sol) --- 239,245 ---- call Header("moving around, searching and patterns") call append("$", "whichwrap\tlist of flags specifying which commands wrap to another line") ! call OptionG("ww", &ww) call append("$", "startofline\tmany jump commands move the cursor to the first non-blank") call append("$", "\tcharacter of a line") call 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 -- 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 ///