summaryrefslogtreecommitdiff
path: root/runtime/doc/editing.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2022-11-091-2/+2
|
* patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826K.Takata2022-11-011-0/+37
| | | | | | | Problem: If 'endofline' is set the CTRL-Z may be written in the wrong place. Solution: Write CTRL-Z at the end of the file. Update the help to explain the possibilities better. (Ken Takata, closes #11486)
* patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270Bram Moolenaar2022-08-251-2/+0
| | | | | Problem: Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra feature.
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-4/+0
| | | | | Problem: No good reason why the "gf" command is not in the tiny version. Solution: Graduate the file_in_path feature.
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-1/+1
| | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
* Update runtime filesBram Moolenaar2022-06-261-1/+1
|
* Update runtime filesBram Moolenaar2022-04-181-3/+4
|
* patch 8.2.4727: unused codev8.2.4727Dominique Pelle2022-04-101-1/+1
| | | | | Problem: Unused code. Solution: Remove code and add #ifdefs. (Dominique Pellé, closes #10136)
* Update runtime filesBram Moolenaar2022-04-081-2/+2
|
* Update runtime files.Bram Moolenaar2022-02-261-2/+2
|
* Update runtime filesBram Moolenaar2022-02-201-4/+4
|
* patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling2022-02-111-0/+5
| | | | | Problem: When reloading not all properties are detected. Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579)
* Update runtime files.Bram Moolenaar2022-02-041-6/+4
|
* Update runtime filesBram Moolenaar2022-01-231-3/+3
|
* Update runtime filesBram Moolenaar2022-01-161-2/+3
|
* Update runtime filesBram Moolenaar2022-01-081-1/+1
|
* Update runtime filesBram Moolenaar2021-12-271-1/+4
|
* patch 8.2.3888: the argument list may contain duplicatesv8.2.3888Nir Lichtman2021-12-241-2/+9
| | | | | Problem: The argument list may contain duplicates. Solution: Add the :argdedeupe command. (Nir Lichtman, closes #6235)
* Update runtime filesBram Moolenaar2021-12-161-1/+1
|
* patch 8.2.3780: ":cd" works differently on MS-Windowsv8.2.3780Bakudankun2021-12-111-5/+6
| | | | | Problem: ":cd" works differently on MS-Windows. Solution: Add the 'cdhome' option. (closes #9324)
* Update runtime filesBram Moolenaar2021-10-161-9/+14
|
* Update runtime filesBram Moolenaar2021-10-041-2/+4
|
* Update runtime filesBram Moolenaar2021-07-281-3/+6
|
* patch 8.2.3219: :find searches non-existing directoriesv8.2.3219Christian Brabandt2021-07-251-0/+6
| | | | | | Problem: :find searches non-existing directories. Solution: Check the path is not "..". Update help. (Christian Brabandt, closes #8612, closes #8533)
* Update runtime filesBram Moolenaar2021-05-301-4/+4
|
* Update runtime filesBram Moolenaar2021-04-071-2/+2
|
* 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.