summaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0427: 'makeencoding' missing from the options windowv8.0.0427Bram Moolenaar2017-03-061-1/+4
| | | | | Problem: 'makeencoding' missing from the options window. Solution: Add the entry.
* Updated runtime files.Bram Moolenaar2017-02-171-1/+1
|
* patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar2017-01-281-1/+5
| | | | | | 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)
* Updated runtime files. Add Scala files.Bram Moolenaar2016-08-261-3/+3
|
* Updated runtime files.Bram Moolenaar2016-08-121-1/+1
|
* patch 7.4.2201v7.4.2201Bram Moolenaar2016-08-121-0/+5
| | | | | Problem: The sign column disappears when the last sign is deleted. Solution: Add the 'signcolumn' option. (Christian Brabandt)
* patch 7.4.2048v7.4.2048Bram Moolenaar2016-07-161-14/+6
| | | | | Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
* patch 7.4.1809v7.4.1809Bram Moolenaar2016-04-301-1/+1
| | | | | Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name.
* patch 7.4.1808v7.4.1808Bram Moolenaar2016-04-301-1/+1
| | | | | Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata)
* patch 7.4.1806v7.4.1806Bram Moolenaar2016-04-301-1/+5
| | | | | Problem: 'termguicolors' option missing from the options window. Solution: Add the entry.
* updated runtime files. Add avra syntax.Bram Moolenaar2016-04-211-1/+1
|
* patch 7.4.1765v7.4.1765Bram Moolenaar2016-04-211-4/+4
| | | | | Problem: Undo options are not together in the options window. Solution: Put them together. (Gary Johnson)
* Updated runtime files.Bram Moolenaar2016-03-201-1/+1
|
* patch 7.4.1604v7.4.1604Bram Moolenaar2016-03-191-0/+2
| | | | | | | 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)
* patch 7.4.1384v7.4.1384Bram Moolenaar2016-02-211-1/+3
| | | | | Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
* patch 7.4.1070v7.4.1070Bram Moolenaar2016-01-091-0/+4
| | | | | Problem: The Tcl interface can't be loaded dynamically on Unix. Solution: Make it possible to load it dynamically. (Ken Takata)
* patch 7.4.1057v7.4.1057Bram Moolenaar2016-01-071-2/+2
| | | | | Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle)
* patch 7.4.941v7.4.941Bram Moolenaar2015-11-241-0/+4
| | | | | Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
* patch 7.4.920v7.4.920Bram Moolenaar2015-11-101-0/+4
| | | | | Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
* patch 7.4.919v7.4.919Bram Moolenaar2015-11-101-1/+17
| | | | | Problem: The dll options are not in the options window. Solution: Add the dll options. And other fixes.
* Correct optwin script, update PHP complete.Bram Moolenaar2015-07-221-2/+2
|
* Updated and new runtime files.Bram Moolenaar2015-07-211-2/+4
|
* patch 7.4.785v7.4.785Bram Moolenaar2015-07-171-0/+3
| | | | | | Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
* Update runtime files.Bram Moolenaar2014-11-191-3/+5
|
* Update runtime files and translations.Bram Moolenaar2014-10-151-1/+3
|
* Updated runtime files.Bram Moolenaar2014-08-221-1/+5
|
* updated for version 7.4.338v7.4.338Bram Moolenaar2014-06-251-0/+6
| | | | | | Problem: Cannot wrap lines taking indent into account. Solution: Add the 'breakindent' option. (many authors, final improvements by Christian Brabandt)
* Updated runtime files.Bram Moolenaar2014-04-051-1/+1
|
* updated for version 7.4.230v7.4.230Bram Moolenaar2014-04-011-1/+1
| | | | | Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
* updated for version 7.4.201v7.4.201Bram Moolenaar2014-03-121-1/+1
| | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
* Updated runtime files.Bram Moolenaar2013-06-291-1/+5
|
* Updated runtime files, language files and translations.Bram Moolenaar2013-05-211-1/+3
|
* updated for version 7.3.878v7.3.878Bram Moolenaar2013-04-051-1/+3
| | | | | Problem: 'fileignorecase' is missing in options window and quickref. Solution: Add the option.
* Updated runtime files.Bram Moolenaar2012-02-221-1/+3
|
* Updated runtime files.Bram Moolenaar2011-06-191-22/+17
|
* Update runtime files.Bram Moolenaar2010-12-101-1/+3
|
* More runtime file updates.Bram Moolenaar2010-07-241-1/+1
|
* Add 'window' to the options window.Bram Moolenaar2010-07-241-0/+2
|
* Further improvements for :options. (Dominique Pelle)Bram Moolenaar2010-07-241-17/+17
|
* Add the 'undoreload' option to be able to undo a file reload.Bram Moolenaar2010-07-241-0/+2
|
* Better text for 'concealcursor' in :options window.Bram Moolenaar2010-07-241-1/+1
|
* Fix 'autochdir' not showing up in :options window. (Dominique Pelle)Bram Moolenaar2010-07-241-4/+7
| | | | Adjust :options window for changes in conceal options.
* Minor runtime file updates.Bram Moolenaar2010-07-181-0/+3
|
* Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar2010-07-021-0/+5
|
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-051-0/+5
|
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-231-0/+4
|
* Updated a few runtime files.Bram Moolenaar2010-05-181-0/+3
|
* Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar2010-05-161-0/+3
|
* updated for version 7.1-308v7.1.308Bram Moolenaar2008-06-041-2/+6
|
* updated for version 7.1aBram Moolenaar2007-05-051-2/+8
|