To: vim_dev@googlegroups.com Subject: Patch 8.0.1843 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1843 Problem: Entry for 'wrap' in options window is wrong. (John Little) Solution: Make the change apply locally. Files: runtime/optwin.vim *** ../vim-8.0.1842/runtime/optwin.vim 2018-04-21 20:02:32.742539917 +0200 --- runtime/optwin.vim 2018-05-15 21:39:18.342891277 +0200 *************** *** 1,7 **** " These commands create the option window. " " Maintainer: Bram Moolenaar ! " Last Change: 2018 Feb 27 " If there already is an option window, jump to that one. let buf = bufnr('option-window') --- 1,7 ---- " These commands create the option window. " " Maintainer: Bram Moolenaar ! " Last Change: 2018 May 15 " If there already is an option window, jump to that one. let buf = bufnr('option-window') *************** *** 325,331 **** call append("$", "scrolloff\tnumber of screen lines to show around the cursor") call append("$", " \tset so=" . &so) call append("$", "wrap\tlong lines wrap") ! call BinOptionG("wrap", &wrap) call append("$", "linebreak\twrap long lines at a character in 'breakat'") call append("$", "\t(local to window)") call BinOptionL("lbr") --- 325,332 ---- call append("$", "scrolloff\tnumber of screen lines to show around the cursor") call append("$", " \tset so=" . &so) call append("$", "wrap\tlong lines wrap") ! call append("$", "\t(local to window)") ! call BinOptionL("wrap") call append("$", "linebreak\twrap long lines at a character in 'breakat'") call append("$", "\t(local to window)") call BinOptionL("lbr") *** ../vim-8.0.1842/src/version.c 2018-05-14 23:08:27.666874025 +0200 --- src/version.c 2018-05-15 21:41:44.113893336 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1843, /**/ -- A parent can be arrested if his child cannot hold back a burp during a church service. [real standing law in Nebraska, United States of America] /// 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 ///