summaryrefslogtreecommitdiffstats
path: root/runtime/optwin.vim
AgeCommit message (Collapse)Author
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.
2018-01-31patch 8.0.1451: difficult to set the python home directories properlyv8.0.1451Bram Moolenaar
Problem: It is difficult to set the python home directory properly for Python 2.7 and 3.5 since both use $PYTHONHOME. Solution: Add the 'pythonhome' and 'pythonthreehome' options. (Kazuki Sakamoto, closes #1266)
2017-11-21Update runtime files.Bram Moolenaar
2017-11-02Long overdue runtime update.Bram Moolenaar
2017-09-19Update runtime files.Bram Moolenaar
2017-08-19patch 8.0.0971: 'winptydll' missing from :optionsv8.0.0971Bram Moolenaar
Problem: 'winptydll' missing from :options. Solution: Add the entry.
2017-08-11patch 8.0.0900: :tab options doesn't open a new tab pagev8.0.0900Bram Moolenaar
Problem: :tab options doesn't open a new tab page. (Aviany) Solution: Support the :tab modifier. (closes #1960)
2017-08-01Updated runtime filesBram Moolenaar
2017-07-15Updated runtime files and translations.Bram Moolenaar
2017-03-06patch 8.0.0427: 'makeencoding' missing from the options windowv8.0.0427Bram Moolenaar
Problem: 'makeencoding' missing from the options window. Solution: Add the entry.
2017-02-17Updated runtime files.Bram Moolenaar
2017-01-28patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar
Problem: It is not so easy to write a script that works with both Python 2 and Python 3, even when the Python code works with both. Solution: Add 'pyxversion', :pyx, etc. (Marc Weber, Ken Takata)
2016-08-26Updated runtime files. Add Scala files.Bram Moolenaar
2016-08-12Updated runtime files.Bram Moolenaar
2016-08-12patch 7.4.2201v7.4.2201Bram Moolenaar
Problem: The sign column disappears when the last sign is deleted. Solution: Add the 'signcolumn' option. (Christian Brabandt)
2016-07-16patch 7.4.2048v7.4.2048Bram Moolenaar
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
2016-04-30patch 7.4.1809v7.4.1809Bram Moolenaar
Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name.
2016-04-30patch 7.4.1808v7.4.1808Bram Moolenaar
Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata)
2016-04-30patch 7.4.1806v7.4.1806Bram Moolenaar
Problem: 'termguicolors' option missing from the options window. Solution: Add the entry.
2016-04-21updated runtime files. Add avra syntax.Bram Moolenaar
2016-04-21patch 7.4.1765v7.4.1765Bram Moolenaar
Problem: Undo options are not together in the options window. Solution: Put them together. (Gary Johnson)
2016-03-20Updated runtime files.Bram Moolenaar
2016-03-19patch 7.4.1604v7.4.1604Bram Moolenaar
Problem: Although emoji characters are ambiguous width, best is to treat them as full width. Solution: Update the Unicode character tables. Add the 'emoji' options. (Yasuhiro Matsumoto)
2016-02-21patch 7.4.1384v7.4.1384Bram Moolenaar
Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
2016-01-09patch 7.4.1070v7.4.1070Bram Moolenaar
Problem: The Tcl interface can't be loaded dynamically on Unix. Solution: Make it possible to load it dynamically. (Ken Takata)
2016-01-07patch 7.4.1057v7.4.1057Bram Moolenaar
Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle)