Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514 | Bram Moolenaar | 2018-11-10 | 1 | -3/+5 |
| | | | | | | Problem: CTRL-W ^ does not work when alternate buffer has no name. Solution: Use another method to split and edit the alternate buffer. (Jason Franklin) | ||||
* | Update runtime files | Bram Moolenaar | 2018-11-04 | 1 | -0/+4 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2018-08-11 | 1 | -1/+1 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2018-06-19 | 1 | -2/+2 |
| | |||||
* | Vim 8.1 releasev8.1.0000 | Bram Moolenaar | 2018-05-17 | 1 | -1/+1 |
| | | | | Update version number and information. Fix a couple of tests. | ||||
* | Update runtime files and translations | Bram Moolenaar | 2018-04-30 | 1 | -14/+16 |
| | |||||
* | patch 8.0.1651: cannot filter :ls output for terminal buffersv8.0.1651 | Bram Moolenaar | 2018-03-29 | 1 | -6/+6 |
| | | | | | Problem: Cannot filter :ls output for terminal buffers. Solution: Add flags for terminal buffers. (Marcin Szamotulski, closes #2751) | ||||
* | patch 8.0.1508: the :drop command is not always availablev8.0.1508 | Bram Moolenaar | 2018-02-12 | 1 | -1/+0 |
| | | | | | Problem: The :drop command is not always available. Solution: Include :drop in all builds. (Yasuhiro Matsumoto, closes #2639) | ||||
* | Update runtime files | Bram Moolenaar | 2017-09-27 | 1 | -2/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2017-09-19 | 1 | -1/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2017-08-27 | 1 | -3/+6 |
| | |||||
* | Documentation updates. | Bram Moolenaar | 2017-07-23 | 1 | -1/+9 |
| | |||||
* | patch 8.0.0118v8.0.0118 | Bram Moolenaar | 2016-12-01 | 1 | -1/+3 |
| | | | | | Problem: "make proto" adds extra function prototype. Solution: Add #ifdef. | ||||
* | Updated runtime files. | Bram Moolenaar | 2016-10-23 | 1 | -3/+3 |
| | |||||
* | Vim 8.0 releasev8.0.0000 | Bram Moolenaar | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. Add Scala files. | Bram Moolenaar | 2016-08-26 | 1 | -2/+6 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-08-02 | 1 | -2/+2 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2016-06-12 | 1 | -1/+11 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2016-02-04 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | Update documentation and syntax files. | Bram Moolenaar | 2015-09-08 | 1 | -9/+9 |
| | |||||
* | patch 7.4.858v7.4.858 | Bram Moolenaar | 2015-09-08 | 1 | -2/+4 |
| | | | | | | Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan) | ||||
* | Updated and new runtime files. | Bram Moolenaar | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | patch 7.4.791v7.4.791 | Bram Moolenaar | 2015-07-21 | 1 | -3/+19 |
| | | | | | | Problem: The buffer list can be very long. Solution: Add an argument to ":ls" to specify the type of buffer to list. (Marcin Szamotulski) | ||||
* | Update runtime files. | Bram Moolenaar | 2015-02-03 | 1 | -3/+3 |
| | |||||
* | updated for version 7.4.566v7.4.566 | Bram Moolenaar | 2015-01-07 | 1 | -4/+7 |
| | | | | | Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski) | ||||
* | Update runtime files. | Bram Moolenaar | 2014-12-06 | 1 | -8/+9 |
| | |||||
* | updated for version 7.4.539v7.4.539 | Bram Moolenaar | 2014-11-30 | 1 | -2/+10 |
| | | | | | | | Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski) | ||||
* | updated for version 7.4.530v7.4.530 | Bram Moolenaar | 2014-11-27 | 1 | -25/+62 |
| | | | | | | | | Problem: Many commands take a count or range that is not using line numbers. Solution: For each command specify what kind of count it uses. For windows, buffers and arguments have "$" and "." have a relevant meaning. (Marcin Szamotulski) | ||||
* | Update runtime files. | Bram Moolenaar | 2014-10-02 | 1 | -5/+8 |
| | |||||
* | updated for version 7.4.450v7.4.450 | Bram Moolenaar | 2014-09-19 | 1 | -24/+35 |
| | | | | | | Problem: Not all commands that edit another buffer support the +cmd argument. Solution: Add the +cmd argument to relevant commands. (Marcin Szamotulski) | ||||
* | Update runtime files. | Bram Moolenaar | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | updated for version 7.4.215v7.4.215 | Bram Moolenaar | 2014-03-25 | 1 | -6/+13 |
| | | | | | | Problem: Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) Solution: Do not reload the current buffer on a split command. | ||||
* | release version 7.4v7.4 | Bram Moolenaar | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Update files for the 7.4b BETA release.v7.4b.000 | Bram Moolenaar | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Vim 7.4a BETA release.v7.4a | Bram Moolenaar | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2012-11-15 | 1 | -4/+4 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2012-04-13 | 1 | -3/+5 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2011-09-14 | 1 | -2/+2 |
| | |||||
* | Last changes for the 7.3 release!v7.3 | Bram Moolenaar | 2010-08-15 | 1 | -1/+1 |
| | |||||
* | Make the references to features in the help more consistent. (Sylvain Hitier) | Bram Moolenaar | 2010-08-15 | 1 | -4/+4 |
| | |||||
* | Version 7.3f -> 7.3g | Bram Moolenaar | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | Version 7.3e -> 7.3f. | Bram Moolenaar | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | 7.3d -> 7.3e. | Bram Moolenaar | 2010-08-04 | 1 | -1/+1 |
| | |||||
* | Version 7.3c -> 7.3d | Bram Moolenaar | 2010-08-01 | 1 | -1/+1 |
| | |||||
* | 7.3b -> 7.3c | Bram Moolenaar | 2010-07-25 | 1 | -1/+1 |
| | |||||
* | Vim 7.3a -> 7.3b. | Bram Moolenaar | 2010-07-18 | 1 | -1/+1 |
| | |||||
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2010-05-14 | 1 | -3/+3 |
| |