Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.0427: 'makeencoding' missing from the options windowv8.0.0427 | Bram Moolenaar | 2017-03-06 | 1 | -1/+4 |
| | | | | | Problem: 'makeencoding' missing from the options window. Solution: Add the entry. | ||||
* | Updated runtime files. | Bram Moolenaar | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251 | Bram Moolenaar | 2017-01-28 | 1 | -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 Moolenaar | 2016-08-26 | 1 | -3/+3 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | patch 7.4.2201v7.4.2201 | Bram Moolenaar | 2016-08-12 | 1 | -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.2048 | Bram Moolenaar | 2016-07-16 | 1 | -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.1809 | Bram Moolenaar | 2016-04-30 | 1 | -1/+1 |
| | | | | | Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name. | ||||
* | patch 7.4.1808v7.4.1808 | Bram Moolenaar | 2016-04-30 | 1 | -1/+1 |
| | | | | | Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata) | ||||
* | patch 7.4.1806v7.4.1806 | Bram Moolenaar | 2016-04-30 | 1 | -1/+5 |
| | | | | | Problem: 'termguicolors' option missing from the options window. Solution: Add the entry. | ||||
* | updated runtime files. Add avra syntax. | Bram Moolenaar | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | patch 7.4.1765v7.4.1765 | Bram Moolenaar | 2016-04-21 | 1 | -4/+4 |
| | | | | | Problem: Undo options are not together in the options window. Solution: Put them together. (Gary Johnson) | ||||
* | Updated runtime files. | Bram Moolenaar | 2016-03-20 | 1 | -1/+1 |
| | |||||
* | patch 7.4.1604v7.4.1604 | Bram Moolenaar | 2016-03-19 | 1 | -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.1384 | Bram Moolenaar | 2016-02-21 | 1 | -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.1070 | Bram Moolenaar | 2016-01-09 | 1 | -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.1057 | Bram Moolenaar | 2016-01-07 | 1 | -2/+2 |
| | | | | | Problem: Typos in the :options window. Solution: Fix the typos. (Dominique Pelle) | ||||
* | patch 7.4.941v7.4.941 | Bram Moolenaar | 2015-11-24 | 1 | -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.920 | Bram Moolenaar | 2015-11-10 | 1 | -0/+4 |
| | | | | | Problem: The rubydll option is not in the options window. Solution: Add the rubydll option. | ||||
* | patch 7.4.919v7.4.919 | Bram Moolenaar | 2015-11-10 | 1 | -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 Moolenaar | 2015-07-22 | 1 | -2/+2 |
| | |||||
* | Updated and new runtime files. | Bram Moolenaar | 2015-07-21 | 1 | -2/+4 |
| | |||||
* | patch 7.4.785v7.4.785 | Bram Moolenaar | 2015-07-17 | 1 | -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 Moolenaar | 2014-11-19 | 1 | -3/+5 |
| | |||||
* | Update runtime files and translations. | Bram Moolenaar | 2014-10-15 | 1 | -1/+3 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2014-08-22 | 1 | -1/+5 |
| | |||||
* | updated for version 7.4.338v7.4.338 | Bram Moolenaar | 2014-06-25 | 1 | -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 Moolenaar | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | updated for version 7.4.230v7.4.230 | Bram Moolenaar | 2014-04-01 | 1 | -1/+1 |
| | | | | | Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito) | ||||
* | updated for version 7.4.201v7.4.201 | Bram Moolenaar | 2014-03-12 | 1 | -1/+1 |
| | | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) | ||||
* | Updated runtime files. | Bram Moolenaar | 2013-06-29 | 1 | -1/+5 |
| | |||||
* | Updated runtime files, language files and translations. | Bram Moolenaar | 2013-05-21 | 1 | -1/+3 |
| | |||||
* | updated for version 7.3.878v7.3.878 | Bram Moolenaar | 2013-04-05 | 1 | -1/+3 |
| | | | | | Problem: 'fileignorecase' is missing in options window and quickref. Solution: Add the option. | ||||
* | Updated runtime files. | Bram Moolenaar | 2012-02-22 | 1 | -1/+3 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2011-06-19 | 1 | -22/+17 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2010-12-10 | 1 | -1/+3 |
| | |||||
* | More runtime file updates. | Bram Moolenaar | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Add 'window' to the options window. | Bram Moolenaar | 2010-07-24 | 1 | -0/+2 |
| | |||||
* | Further improvements for :options. (Dominique Pelle) | Bram Moolenaar | 2010-07-24 | 1 | -17/+17 |
| | |||||
* | Add the 'undoreload' option to be able to undo a file reload. | Bram Moolenaar | 2010-07-24 | 1 | -0/+2 |
| | |||||
* | Better text for 'concealcursor' in :options window. | Bram Moolenaar | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Fix 'autochdir' not showing up in :options window. (Dominique Pelle) | Bram Moolenaar | 2010-07-24 | 1 | -4/+7 |
| | | | | Adjust :options window for changes in conceal options. | ||||
* | Minor runtime file updates. | Bram Moolenaar | 2010-07-18 | 1 | -0/+3 |
| | |||||
* | Make updating text for conceal mode simpler. A few compiler warning fixes. | Bram Moolenaar | 2010-07-02 | 1 | -0/+5 |
| | |||||
* | Add the conceal patch from Vince Negri. | Bram Moolenaar | 2010-06-05 | 1 | -0/+5 |
| | |||||
* | Included patch for persistent undo. Lots of changes and added test. | Bram Moolenaar | 2010-05-23 | 1 | -0/+4 |
| | |||||
* | Updated a few runtime files. | Bram Moolenaar | 2010-05-18 | 1 | -0/+3 |
| | |||||
* | Add 'relativenumber' patch from Markus Heidelberg. | Bram Moolenaar | 2010-05-16 | 1 | -0/+3 |
| | |||||
* | updated for version 7.1-308v7.1.308 | Bram Moolenaar | 2008-06-04 | 1 | -2/+6 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -2/+8 |
| |