summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
AgeCommit message (Collapse)Author
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2018-03-09Update runtime files.Bram Moolenaar
2018-02-27Updated runtime files.Bram Moolenaar
Add Serbian translations and spell checking.
2018-02-11patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar
Problem: Debugger can't break on a condition. (Charles Campbell) Solution: Add ":breakadd expr". (Christian Brabandt, closes #859)
2017-12-17Update runtime filesBram Moolenaar
2017-06-10patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630Bram Moolenaar
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)
2017-02-17Updated runtime files.Bram Moolenaar
2016-09-12Vim 8.0 releasev8.0.0000Bram Moolenaar
2016-09-11Updated runtime files, Japanese translations.Bram Moolenaar
2016-07-24Updated runtime files.Bram Moolenaar
2016-06-12Updated runtime files.Bram Moolenaar
2016-05-24Update runtime files.Bram Moolenaar
2016-04-12Updated runtime files.Bram Moolenaar
2016-03-29Updated runtime files.Bram Moolenaar
2016-03-26Updated runtime files.Bram Moolenaar
2016-03-20Updated runtime files.Bram Moolenaar
2016-03-12patch 7.4.1553v7.4.1553Bram Moolenaar
Problem: ":runtime" does not use 'packpath'. Solution: Add "what" argument.
2016-03-09patch 7.4.1528v7.4.1528Bram Moolenaar
Problem: Using "ever" for packages is confusing. Solution: Use "start", as it's related to startup.
2016-03-07Update runtime files.Bram Moolenaar
2016-03-06patch 7.4.1499v7.4.1499Bram Moolenaar
Problem: No error message when :packadd does not find anything. Solution: Add an error message. (Hirohito Higashi)
2016-03-04Update runtime files.Bram Moolenaar
2016-03-04patch 7.4.1486v7.4.1486Bram Moolenaar
Problem: ":loadplugin" is not optimal, some people find it confusing. Solution: Only use ":packadd" with an optional "!".
2016-03-03patch 7.4.1480v7.4.1480Bram Moolenaar
Problem: Cannot add a pack direcory without loading a plugin. Solution: Add the :packadd command.
2016-02-27Updated runtime filesBram Moolenaar
2016-02-25Updated runtime files.Bram Moolenaar
2016-02-21patch 7.4.1384v7.4.1384Bram Moolenaar
Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
2016-02-15Update runtime files.Bram Moolenaar
2016-01-16patch 7.4.1102v7.4.1102Bram Moolenaar
Problem: Debugger has no stack backtrace support. Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto Fanjul, closes #433)
2015-11-19patch 7.4.925v7.4.925Bram Moolenaar
Problem: User may yank or put using the register being recorded in. Solution: Add the recording register in the message. (Christian Brabandt, closes #470)
2015-04-15Updated runtime files.Bram Moolenaar
2015-01-07Update runtime files.Bram Moolenaar
2014-11-05Update runtime files.Bram Moolenaar
2014-03-27Update runtime files.Bram Moolenaar
2014-02-11Update runtime files. Add support for systemverilog.Bram Moolenaar
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-28Updated runtime files.Bram Moolenaar
2013-07-24Updated runtime files.Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2012-03-28Updated runtime files.Bram Moolenaar
2011-01-08Updated runtime files.Bram Moolenaar
2010-08-15Last changes for the 7.3 release!v7.3Bram Moolenaar
2010-08-14Version 7.3f -> 7.3gBram Moolenaar
2010-08-09Version 7.3e -> 7.3f.Bram Moolenaar
2010-08-047.3d -> 7.3e.Bram Moolenaar
2010-08-01Version 7.3c -> 7.3dBram Moolenaar
2010-07-257.3b -> 7.3cBram Moolenaar
2010-07-18Vim 7.3a -> 7.3b.Bram Moolenaar
2010-07-04Mainly documentation updates.Bram Moolenaar
2010-05-22Add the settabvar() and gettabvar() functions.Bram Moolenaar
Various runtime file updates.