File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" These commands create the option window.
22"
33" Maintainer: Bram Moolenaar <Bram@vim.org>
4- " Last Change: 2018 Apr 18
4+ " Last Change: 2018 May 15
55
66" If there already is an option window, jump to that one.
77let buf = bufnr (' option-window' )
@@ -325,7 +325,8 @@ call <SID>OptionL("scr")
325325call append (" $" , " scrolloff\t number of screen lines to show around the cursor" )
326326call append (" $" , " \t set so=" . &so )
327327call append (" $" , " wrap\t long lines wrap" )
328- call <SID> BinOptionG (" wrap" , &wrap )
328+ call append (" $" , " \t (local to window)" )
329+ call <SID> BinOptionL (" wrap" )
329330call append (" $" , " linebreak\t wrap long lines at a character in 'breakat'" )
330331call append (" $" , " \t (local to window)" )
331332call <SID> BinOptionL (" lbr" )
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761761
762762static int included_patches [] =
763763{ /* Add new patch number below this line */
764+ /**/
765+ 1843 ,
764766/**/
765767 1842 ,
766768/**/
You can’t perform that action at this time.
0 commit comments