summaryrefslogtreecommitdiffstats
path: root/runtime/optwin.vim
AgeCommit message (Collapse)Author
2024-06-05patch 9.1.0469: Cannot have buffer-local value for 'completeopt'v9.1.0469zeertzjq
Problem: Cannot have buffer-local value for 'completeopt' (Nick Jensen). Solution: Make 'completeopt' global-local (zeertzjq). Also for some reason test Test_ColonEight_MultiByte seems to be failing sporadically now. Let's mark it as flaky. fixes: #5487 closes: #14922 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-03-03patch 9.1.0147: Cannot keep a buffer focused in a windowv9.1.0147Colin Kennedy
Problem: Cannot keep a buffer focused in a window (Amit Levy) Solution: Add the 'winfixbuf' window-local option (Colin Kennedy) fixes: #6445 closes: #13903 Signed-off-by: Colin Kennedy <colinvfx@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-31runtime(optwin): Fix for 'splitkeep' option (#12974)xrandomname
'spk' was used as a boolean, rather than a string option. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2022-12-31Update runtime filesBram Moolenaar
2022-11-23Update runtime filesBram Moolenaar
2022-10-28Update runtime filesBram Moolenaar
2022-10-16Update runtime filesBram Moolenaar
2022-10-03Update runtime filesBram Moolenaar
2022-10-03patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal
Problem: The 'splitscroll' option is not a good name. Solution: Rename 'splitscroll' to 'splitkeep' and make it a string option, also supporting "topline". (Luuk van Baal, closes #11258)
2022-10-02patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar
Problem: Cannot scroll by screen line if a line wraps. Solution: Add the 'smoothscroll' option. Only works for CTRL-E and CTRL-Y so far.
2022-09-18Update runtime filesBram Moolenaar
2022-09-16patch 9.0.0478: test for 'splitscroll' takes too much timev9.0.0478Luuk van Baal
Problem: Test for 'splitscroll' takes too much time. Solution: Only test some of the combinations. (Luuk van Baal, closes #11139)
2022-09-11patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal
Problem: When opening/closing window text moves up/down. Solution: Add the 'splitscroll' option. When off text will keep its position as much as possible.
2022-04-08Update runtime filesBram Moolenaar
2022-04-07patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan
Problem: C++ scope labels are hard-coded. Solution: Add 'cinscopedecls' to define the labels. (Rom Praschan, closes #10109)
2021-12-24Update runtime filesBram Moolenaar
2021-12-21patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar
Problem: Cannot disable requesting key codes from xterm. Solution: Add the 'xtermcodes' option, default on.
2021-12-16Update runtime filesBram Moolenaar
2021-12-11patch 8.2.3781: the option window script is outdatedv8.2.3781Bram Moolenaar
Problem: The option window script is outdated. Solution: Add several changes.
2021-12-11patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780Bakudankun
Problem: ":cd" works differently on MS-Windows. Solution: Add the 'cdhome' option. (closes #9324)
2021-11-07Update runtime filesBram Moolenaar
2021-10-23Update runtime filesBram Moolenaar
2021-03-29patch 8.2.2675: directory change in a terminal window shell is not followedv8.2.2675Bram Moolenaar
Problem: Directory change in a terminal window shell is not followed. Solution: Add the 'autoshelldir' option. (closes #6290)
2020-11-05Update runtime filesBram Moolenaar
2020-10-26Update runtime files.Bram Moolenaar
2020-09-20patch 8.2.1716: options window has duplicate translationsv8.2.1716Bram Moolenaar
Problem: Options window has duplicate translations. Solution: Make one entry for "global or local to buffer". Fix wrong text. (closes #6983)
2020-09-11patch 8.2.1663: options window entries cannot be translatedv8.2.1663Bram Moolenaar
Problem: Options window entries cannot be translated. Solution: Use AddOption() for all explanations. (closes #6800)
2020-09-10patch 8.2.1652: cannot translate lines in the options windowv8.2.1652Bram Moolenaar
Problem: Cannot translate lines in the options window. Solution: Use the AddOption() function to split descriptions where indicated by a line break. (issue #6800)
2020-09-09patch 8.2.1642: otions test failsv8.2.1642Bram Moolenaar
Problem: Otions test fails. Solution: Correct call to OptionG().
2020-09-09patch 8.2.1639: options window cannot be translatedv8.2.1639Bram Moolenaar
Problem: Options window cannot be translated. Solution: Get the translation for "local to" texts once and use them in many places. Fix that 'whichwrap' is not a local option. (issue #6800)
2020-08-30patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar
Problem: Cannot translate messages in a Vim script. Solution: Add gettext(). Try it out for a few messages in the options window.
2020-06-14Update runtime filesBram Moolenaar
2020-06-07Update runtime filesBram Moolenaar
2019-11-10Update runtime filesBram Moolenaar
2019-09-09patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar
Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)
2019-08-20patch 8.1.1892: missing index entry and option menu for 'completepopup'v8.1.1892Bram Moolenaar
Problem: Missing index entry and option menu for 'completepopup'. Solution: Add the entries. Adjust #ifdefs to avoid dead code.
2019-08-08Update runtime files.Bram Moolenaar
2019-07-19Update runtime filesBram Moolenaar
2019-05-26Update runtime files.Bram Moolenaar
2019-04-28patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar
Problem: Not possible to process tags with a function. Solution: Add tagfunc() (Christian Brabandt, Andy Massimino, closes #4010)
2019-02-17patch 8.1.0942: options window still checks for the multi_byte featurev8.1.0942Bram Moolenaar
Problem: Options window still checks for the multi_byte feature. Solution: Remove the unnecessary check. (Dominique Pelle, closes #3990)
2019-02-08patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar
Problem: MS-Windows: inconsistent selection of winpty/conpty. Solution: Name option 'termwintype', use ++type argument and "term_pty" for term_start(). (Hirohito Higashi, closes #3915)
2019-02-03Update runtime files.Bram Moolenaar
2018-06-23patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar
Problem: All tab stops are the same. Solution: Add the variable tabstop feature. (Christian Brabandt, closes #2711)
2018-05-15patch 8.0.1843: entry for 'wrap' in options window is wrongv8.0.1843Bram Moolenaar
Problem: Entry for 'wrap' in options window is wrong. (John Little) Solution: Make the change apply locally.
2018-05-06Update runtime files.Bram Moolenaar
2018-04-21patch 8.0.1743: terminal window options are named inconsistentlyv8.0.1743Bram Moolenaar
Problem: Terminal window options are named inconsistently. Solution: prefix terminal window options with "termwin". Keep the old names for now as an alias.
2018-02-27patch 8.0.1547: undo in the options window makes it emptyv8.0.1547Bram Moolenaar
Problem: Undo in the options window makes it empty. Solution: Set 'undolevels' while filling the buffer. (Yasuhiro Matthew, closes #2645)
2018-02-27Updated runtime files.Bram Moolenaar
Add Serbian translations and spell checking.