summaryrefslogtreecommitdiff
path: root/runtime/doc/windows.txt
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-101-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 filesBram Moolenaar2018-11-041-0/+4
|
* Update runtime files.Bram Moolenaar2018-08-111-1/+1
|
* Update runtime files.Bram Moolenaar2018-06-191-2/+2
|
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-1/+1
| | | | Update version number and information. Fix a couple of tests.
* Update runtime files and translationsBram Moolenaar2018-04-301-14/+16
|
* patch 8.0.1651: cannot filter :ls output for terminal buffersv8.0.1651Bram Moolenaar2018-03-291-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.1508Bram Moolenaar2018-02-121-1/+0
| | | | | Problem: The :drop command is not always available. Solution: Include :drop in all builds. (Yasuhiro Matsumoto, closes #2639)
* Update runtime filesBram Moolenaar2017-09-271-2/+3
|
* Update runtime files.Bram Moolenaar2017-09-191-1/+2
|
* Update runtime filesBram Moolenaar2017-08-271-3/+6
|
* Documentation updates.Bram Moolenaar2017-07-231-1/+9
|
* patch 8.0.0118v8.0.0118Bram Moolenaar2016-12-011-1/+3
| | | | | Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
* Updated runtime files.Bram Moolenaar2016-10-231-3/+3
|
* Vim 8.0 releasev8.0.0000Bram Moolenaar2016-09-121-1/+1
|
* Updated runtime files. Add Scala files.Bram Moolenaar2016-08-261-2/+6
|
* Updated runtime files.Bram Moolenaar2016-08-181-2/+2
|
* Updated runtime files.Bram Moolenaar2016-08-021-2/+2
|
* Updated runtime files.Bram Moolenaar2016-06-121-1/+11
|
* Update runtime files.Bram Moolenaar2016-02-041-2/+2
|
* Update runtime files.Bram Moolenaar2015-11-191-2/+2
|
* Update documentation and syntax files.Bram Moolenaar2015-09-081-9/+9
|
* patch 7.4.858v7.4.858Bram Moolenaar2015-09-081-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 Moolenaar2015-07-211-1/+1
|
* patch 7.4.791v7.4.791Bram Moolenaar2015-07-211-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 Moolenaar2015-02-031-3/+3
|
* updated for version 7.4.566v7.4.566Bram Moolenaar2015-01-071-4/+7
| | | | | Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
* Update runtime files.Bram Moolenaar2014-12-061-8/+9
|
* updated for version 7.4.539v7.4.539Bram Moolenaar2014-11-301-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.530Bram Moolenaar2014-11-271-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 Moolenaar2014-10-021-5/+8
|
* updated for version 7.4.450v7.4.450Bram Moolenaar2014-09-191-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 Moolenaar2014-03-271-1/+1
|
* updated for version 7.4.215v7.4.215Bram Moolenaar2014-03-251-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.4Bram Moolenaar2013-08-101-1/+1
|
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-281-1/+1
|
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-061-1/+1
|
* Updated runtime files.Bram Moolenaar2012-11-151-4/+4
|
* Updated runtime files.Bram Moolenaar2012-04-131-3/+5
|
* Updated runtime files.Bram Moolenaar2011-09-141-2/+2
|
* Last changes for the 7.3 release!v7.3Bram Moolenaar2010-08-151-1/+1
|
* Make the references to features in the help more consistent. (Sylvain Hitier)Bram Moolenaar2010-08-151-4/+4
|
* Version 7.3f -> 7.3gBram Moolenaar2010-08-141-1/+1
|
* Version 7.3e -> 7.3f.Bram Moolenaar2010-08-091-1/+1
|
* 7.3d -> 7.3e.Bram Moolenaar2010-08-041-1/+1
|
* Version 7.3c -> 7.3dBram Moolenaar2010-08-011-1/+1
|
* 7.3b -> 7.3cBram Moolenaar2010-07-251-1/+1
|
* Vim 7.3a -> 7.3b.Bram Moolenaar2010-07-181-1/+1
|
* First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar2010-05-151-1/+1
|
* Updated runtime files.Bram Moolenaar2010-05-141-3/+3
|