summaryrefslogtreecommitdiff
path: root/runtime/doc/editing.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2021-01-111-2/+2
|
* Update runtime files.Bram Moolenaar2020-12-231-4/+4
|
* Update runtime files.Bram Moolenaar2020-10-261-3/+7
|
* Update runtime files.Bram Moolenaar2020-08-301-3/+3
|
* Update runtime filesBram Moolenaar2020-07-101-3/+3
|
* Update runtime filesBram Moolenaar2020-06-071-1/+1
|
* patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909Bram Moolenaar2020-06-051-0/+8
| | | | | Problem: Cannot go back to the previous local directory. Solution: Add "tcd -" and "lcd -". (Yegappan Lakshmanan, closes #4362)
* patch 8.2.0876: :pwd does not give a hint about the scope of the directoryv8.2.0876Bram Moolenaar2020-06-011-0/+15
| | | | | Problem: :pwd does not give a hint about the scope of the directory Solution: Make ":verbose pwd" show the scope. (Takuya Fujiwara, closes #5469)
* Update runtime filesBram Moolenaar2020-05-121-18/+25
|
* Update runtime files.Bram Moolenaar2019-12-261-17/+21
|
* patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar2019-12-171-7/+7
| | | | | | Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-1/+1
|
* Runtime file updates.Bram Moolenaar2019-12-071-2/+2
|
* Update runtime files.Bram Moolenaar2019-09-271-2/+2
|
* Update runtime filesBram Moolenaar2019-09-071-2/+2
|
* Update runtime filesBram Moolenaar2019-06-101-2/+2
|
* Update runtime files.Bram Moolenaar2019-06-061-2/+2
|
* Update runtime filesBram Moolenaar2019-05-091-18/+8
|
* patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar2019-05-051-58/+35
| | | | | | | | Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-271-12/+33
| | | | | Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes #4212)
* Update runtime files.Bram Moolenaar2018-12-181-2/+2
|
* Update runtime files.Bram Moolenaar2018-07-291-1/+1
|
* Updated runtime and language files.Bram Moolenaar2018-07-031-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 filesBram Moolenaar2018-03-291-14/+16
|
* Updated runtime files.Bram Moolenaar2018-02-271-2/+3
| | | | Add Serbian translations and spell checking.
* Update runtime files.Bram Moolenaar2017-11-211-2/+5
|
* Update runtime filesBram Moolenaar2017-08-271-1/+2
|
* Updated runtime filesBram Moolenaar2017-08-011-2/+2
|
* patch 8.0.0721: :argedit can only have one argumentv8.0.0721Bram Moolenaar2017-07-161-7/+7
| | | | | Problem: :argedit can only have one argument. Solution: Allow for multiple arguments. (Christian Brabandt)
* Updated runtime files and translations.Bram Moolenaar2017-07-151-4/+6
|
* Updated runtime files.Bram Moolenaar2017-04-231-1/+8
|
* Update runtime files.Bram Moolenaar2017-03-161-1/+1
|
* patch 8.0.0118v8.0.0118Bram Moolenaar2016-12-011-4/+4
| | | | | Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
* Updated runtime files.Bram Moolenaar2016-10-011-2/+3
|
* Vim 8.0 releasev8.0.0000Bram Moolenaar2016-09-121-1/+1
|
* Updated runtime files.Bram Moolenaar2016-08-121-5/+7
|
* Updated runtime files.Bram Moolenaar2016-04-211-1/+1
|
* Updated runtime files.Bram Moolenaar2016-03-291-2/+2
|
* Updated runtime files.Bram Moolenaar2016-02-201-2/+2
|
* Update runtime files.Bram Moolenaar2016-02-151-10/+15
|
* Updated runtime files and translations.Bram Moolenaar2016-02-011-1/+3
|
* Update help files.Bram Moolenaar2016-01-171-1/+12
|
* patch 7.4.1042v7.4.1042Bram Moolenaar2016-01-031-1/+3
| | | | | | 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)
* Updated runtime files.Bram Moolenaar2016-01-031-2/+2
|
* patch 7.4.1037v7.4.1037Bram Moolenaar2016-01-021-4/+4
| | | | | | | 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)
* patch 7.4.858v7.4.858Bram Moolenaar2015-09-081-1/+2
| | | | | | 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 runtime files and Italian messages.Bram Moolenaar2015-08-251-9/+8
|
* Update runtime files.Bram Moolenaar2015-08-111-10/+23
|
* Updated and new runtime files.Bram Moolenaar2015-07-211-1/+3
|