summaryrefslogtreecommitdiff
path: root/runtime/doc/repeat.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2018-03-091-1/+3
|
* Updated runtime files.Bram Moolenaar2018-02-271-1/+1
| | | | Add Serbian translations and spell checking.
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-0/+13
| | | | | Problem: Debugger can't break on a condition. (Charles Campbell) Solution: Add ":breakadd expr". (Christian Brabandt, closes #859)
* Update runtime filesBram Moolenaar2017-12-171-1/+5
|
* patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630Bram Moolenaar2017-06-101-4/+11
| | | | | | | Problem: The :global command does not work recursively, which makes it difficult to execute a command on a line where one pattern matches and another does not match. (Miles Cranmer) Solution: Allow for recursion if it is for only one line. (closes #1760)
* Updated runtime files.Bram Moolenaar2017-02-171-1/+6
|
* Vim 8.0 releasev8.0.0000Bram Moolenaar2016-09-121-1/+1
|
* Updated runtime files, Japanese translations.Bram Moolenaar2016-09-111-2/+2
|
* Updated runtime files.Bram Moolenaar2016-07-241-2/+4
|
* Updated runtime files.Bram Moolenaar2016-06-121-3/+3
|
* Update runtime files.Bram Moolenaar2016-05-241-1/+6
|
* Updated runtime files.Bram Moolenaar2016-04-121-10/+40
|
* Updated runtime files.Bram Moolenaar2016-03-291-2/+2
|
* Updated runtime files.Bram Moolenaar2016-03-261-13/+90
|
* Updated runtime files.Bram Moolenaar2016-03-201-4/+7
|
* patch 7.4.1553v7.4.1553Bram Moolenaar2016-03-121-5/+31
| | | | | Problem: ":runtime" does not use 'packpath'. Solution: Add "what" argument.
* patch 7.4.1528v7.4.1528Bram Moolenaar2016-03-091-11/+11
| | | | | Problem: Using "ever" for packages is confusing. Solution: Use "start", as it's related to startup.
* Update runtime files.Bram Moolenaar2016-03-071-30/+52
|
* patch 7.4.1499v7.4.1499Bram Moolenaar2016-03-061-1/+1
| | | | | Problem: No error message when :packadd does not find anything. Solution: Add an error message. (Hirohito Higashi)
* Update runtime files.Bram Moolenaar2016-03-041-13/+21
|
* patch 7.4.1486v7.4.1486Bram Moolenaar2016-03-041-4/+10
| | | | | Problem: ":loadplugin" is not optimal, some people find it confusing. Solution: Only use ":packadd" with an optional "!".
* patch 7.4.1480v7.4.1480Bram Moolenaar2016-03-031-1/+3
| | | | | Problem: Cannot add a pack direcory without loading a plugin. Solution: Add the :packadd command.
* Updated runtime filesBram Moolenaar2016-02-271-2/+6
|
* Updated runtime files.Bram Moolenaar2016-02-251-3/+1
|
* patch 7.4.1384v7.4.1384Bram Moolenaar2016-02-211-5/+71
| | | | | Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
* Update runtime files.Bram Moolenaar2016-02-151-2/+2
|
* patch 7.4.1102v7.4.1102Bram Moolenaar2016-01-161-2/+30
| | | | | | Problem: Debugger has no stack backtrace support. Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto Fanjul, closes #433)
* patch 7.4.925v7.4.925Bram Moolenaar2015-11-191-1/+7
| | | | | | Problem: User may yank or put using the register being recorded in. Solution: Add the recording register in the message. (Christian Brabandt, closes #470)
* Updated runtime files.Bram Moolenaar2015-04-151-1/+2
|
* Update runtime files.Bram Moolenaar2015-01-071-3/+3
|
* Update runtime files.Bram Moolenaar2014-11-051-1/+4
|
* Update runtime files.Bram Moolenaar2014-03-271-3/+11
|
* Update runtime files. Add support for systemverilog.Bram Moolenaar2014-02-111-5/+9
|
* 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
|
* Updated runtime files.Bram Moolenaar2013-07-281-1/+4
|
* Updated runtime files.Bram Moolenaar2013-07-241-2/+2
|
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-061-1/+1
|
* Updated runtime files.Bram Moolenaar2012-03-281-4/+4
|
* Updated runtime files.Bram Moolenaar2011-01-081-5/+9
|
* Last changes for the 7.3 release!v7.3Bram Moolenaar2010-08-151-1/+1
|
* 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
|
* Mainly documentation updates.Bram Moolenaar2010-07-041-1/+1
|
* Add the settabvar() and gettabvar() functions.Bram Moolenaar2010-05-221-1/+1
| | | | Various runtime file updates.
* First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar2010-05-151-1/+1
|