summaryrefslogtreecommitdiff
path: root/runtime/doc/editing.txt
AgeCommit message (Collapse)Author
2018-05-17Vim 8.1 releaseBram Moolenaar
Update version number and information. Fix a couple of tests.
2018-03-29Update runtime filesBram Moolenaar
2018-02-27Updated runtime files.Bram Moolenaar
Add Serbian translations and spell checking.
2017-11-21Update runtime files.Bram Moolenaar
2017-08-27Update runtime filesBram Moolenaar
2017-08-01Updated runtime filesBram Moolenaar
2017-07-16patch 8.0.0721: :argedit can only have one argumentBram Moolenaar
Problem: :argedit can only have one argument. Solution: Allow for multiple arguments. (Christian Brabandt)
2017-07-15Updated runtime files and translations.Bram Moolenaar
2017-04-23Updated runtime files.Bram Moolenaar
2017-03-16Update runtime files.Bram Moolenaar
2016-12-01patch 8.0.0118Bram Moolenaar
Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
2016-10-01Updated runtime files.Bram Moolenaar
2016-09-12Vim 8.0 releaseBram Moolenaar
2016-08-12Updated runtime files.Bram Moolenaar
2016-04-21Updated runtime files.Bram Moolenaar
2016-03-29Updated runtime files.Bram Moolenaar
2016-02-20Updated runtime files.Bram Moolenaar
2016-02-15Update runtime files.Bram Moolenaar
2016-02-01Updated runtime files and translations.Bram Moolenaar
2016-01-17Update help files.Bram Moolenaar
2016-01-03patch 7.4.1042Bram Moolenaar
Problem: g-CTRL-G shows the word count, but there is no way to get the word count in a script. Solution: Add the wordcount() function. (Christian Brabandt)
2016-01-03Updated runtime files.Bram Moolenaar
2016-01-02patch 7.4.1037Bram Moolenaar
Problem: Using "q!" when there is a modified hidden buffer does not unload the current buffer, resulting in the need to abandon it again. Solution: When using "q!" unload the current buffer when needed. (Yasuhiro Matsumoto, Hirohito Higashi)
2015-09-08patch 7.4.858Bram Moolenaar
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)
2015-08-25Updated runtime files and Italian messages.Bram Moolenaar
2015-08-11Update runtime files.Bram Moolenaar
2015-07-21Updated and new runtime files.Bram Moolenaar
2015-02-28Updated runtime files.Bram Moolenaar
2015-01-07updated for version 7.4.566Bram Moolenaar
Problem: :argdo, :bufdo, :windo and :tabdo don't take a range. Solution: Support the range. (Marcin Szamotulski)
2014-12-06Update runtime files.Bram Moolenaar
2014-11-19Update runtime files.Bram Moolenaar
2014-11-13Update runtime files.Bram Moolenaar
2014-10-02Update runtime files.Bram Moolenaar
2014-09-19Updated runtime files.Bram Moolenaar
2014-08-10updated for version 7.4.399Bram Moolenaar
Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater)
2014-07-19Update runtime files. Make matchparen plugin backwards compatible.Bram Moolenaar
Add json filetype.
2014-05-13Update runtime files.Bram Moolenaar
2013-11-28Updated runtime files.Bram Moolenaar
2013-08-10release version 7.4Bram Moolenaar
2013-08-03Update runtime files.Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.Bram Moolenaar
2013-07-06Vim 7.4a BETA release.Bram Moolenaar
2013-02-13Update runtime files.Bram Moolenaar
Add missing test files.
2012-08-15Update runtime files.Bram Moolenaar
2012-07-12Updated runtime files.Bram Moolenaar
2012-04-05Updated runtime files.Bram Moolenaar
2012-03-28Updated runtime files.Bram Moolenaar
2011-03-22Updated runtime files.Bram Moolenaar
2011-02-09Updated runtime files and translations.Bram Moolenaar
2010-12-10Update runtime files.Bram Moolenaar