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: The Vim Project <https://github.com/vim/vim>
4- " Last Change: 2023 Aug 10
4+ " Last Change: 2023 Aug 31
55" Former Maintainer: Bram Moolenaar <[email protected] >66
77" If there already is an option window, jump to that one.
@@ -518,7 +518,7 @@ call <SID>OptionG("swb", &swb)
518518call <SID> AddOption (" splitbelow" , gettext (" a new window is put below the current one" ))
519519call <SID> BinOptionG (" sb" , &sb )
520520call <SID> AddOption (" splitkeep" , gettext (" determines scroll behavior for split windows" ))
521- call <SID> BinOptionG (" spk" , &spk )
521+ call <SID> OptionG (" spk" , &spk )
522522call <SID> AddOption (" splitright" , gettext (" a new window is put right of the current one" ))
523523call <SID> BinOptionG (" spr" , &spr )
524524call <SID> AddOption (" scrollbind" , gettext (" this window scrolls together with other bound windows" ))
You can’t perform that action at this time.
0 commit comments