Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files | Bram Moolenaar | 2022-09-27 | 1 | -3/+10 |
| | |||||
* | patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253 | Bram Moolenaar | 2022-08-24 | 1 | -0/+4 |
| | | | | | | | Problem: A symlink to an autoload script results in two entries in the list of scripts, items expected in one are actually in the other. Solution: Have one script item refer to the actually sourced one. (closes #10960) | ||||
* | Update runtime files | Bram Moolenaar | 2022-07-25 | 1 | -1/+1 |
| | |||||
* | release version 9.0v9.0.0000 | Bram Moolenaar | 2022-06-28 | 1 | -1/+1 |
| | | | | | Problem: About time to release Vim 9.0. Solution: Update the version number everywhere. | ||||
* | Update runtime files | Bram Moolenaar | 2022-06-20 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | patch 8.2.4712: only get profiling information after exitingv8.2.4712 | Yegappan Lakshmanan | 2022-04-08 | 1 | -5/+17 |
| | | | | | | Problem: Only get profiling information after exiting. Solution: Add "profile dump" and "profile stop". (Marco Hinz, Yegappan Lakshmanan, closes #10107) | ||||
* | Update runtime files | Bram Moolenaar | 2022-03-30 | 1 | -7/+11 |
| | |||||
* | patch 8.2.4607: sourcing buffer lines may lead to errors for conflictsv8.2.4607 | Yegappan Lakshmanan | 2022-03-22 | 1 | -10/+29 |
| | | | | | Problem: Sourcing buffer lines may lead to errors for conflicts. Solution: Add the ++clear argument. (Yegappan Lakshmanan, closes #9991) | ||||
* | patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603 | Yegappan Lakshmanan | 2022-03-21 | 1 | -5/+11 |
| | | | | | | Problem: Sourcing buffer lines is too complicated. Solution: Simplify the code. Make it possible to source Vim9 script lines. (Yegappan Lakshmanan, closes #9974) | ||||
* | patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594 | Yegappan Lakshmanan | 2022-03-19 | 1 | -0/+6 |
| | | | | | | Problem: Need to write script to a file to be able to source them. Solution: Make ":source" use lines from the current buffer. (Yegappan Lakshmanan et al., closes #9967) | ||||
* | Update runtime files | Bram Moolenaar | 2022-01-23 | 1 | -4/+4 |
| | |||||
* | patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not usefulv8.2.4136 | Bram Moolenaar | 2022-01-18 | 1 | -4/+3 |
| | | | | | Problem: Vim9: the "autoload" argument of ":vim9script" is not useful. Solution: Remove the argument. (closes #9555) | ||||
* | patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135 | Bram Moolenaar | 2022-01-18 | 1 | -0/+3 |
| | | | | | Problem: Vim9: ":scriptnames" shows unloaded imported autoload script. Solution: Mark the unloaded script with "A". (closes #9552) | ||||
* | Update runtime files | Bram Moolenaar | 2022-01-16 | 1 | -1/+1 |
| | |||||
* | patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050 | Bram Moolenaar | 2022-01-09 | 1 | -1/+2 |
| | | | | | | Problem: Vim9: need to prefix every item in an autoload script. Solution: First step in supporting "vim9script autoload" and "import autoload". | ||||
* | Update runtime files | Bram Moolenaar | 2021-12-27 | 1 | -1/+4 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2021-11-27 | 1 | -1/+5 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-09-09 | 1 | -2/+6 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-07-07 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-06-27 | 1 | -1/+11 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-06-13 | 1 | -3/+5 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-05-16 | 1 | -5/+14 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2021-03-13 | 1 | -3/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2021-02-27 | 1 | -2/+2 |
| | |||||
* | patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511 | Bram Moolenaar | 2021-02-14 | 1 | -1/+3 |
| | | | | | | Problem: Vim9: cannot use Vim9 script syntax in some places. Solution: Add the :vim9cmd command modifier. Incompatible: Makes ":vim9" mean ":vim9cmd" instead of ":vim9script". | ||||
* | patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400 | Bram Moolenaar | 2021-01-24 | 1 | -7/+13 |
| | | | | | | Problem: Vim9: compiled functions are not profiled. Solution: Add initial changes to profile compiled functions. Fix that a script-local function was hard to debug. | ||||
* | Update runtime files. | Bram Moolenaar | 2021-01-02 | 1 | -1/+9 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-10-11 | 1 | -1/+4 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-08-15 | 1 | -3/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-07-26 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0997: cannot execute a register containing line continuationv8.2.0997 | Bram Moolenaar | 2020-06-17 | 1 | -0/+5 |
| | | | | | | Problem: Cannot execute a register containing line continuation. Solution: Concatenate lines where needed. (Yegappan Lakshmanan, closes #6272) | ||||
* | Update runtime files | Bram Moolenaar | 2020-05-26 | 1 | -2/+7 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-12-26 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017 | Bram Moolenaar | 2019-12-17 | 1 | -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.0 | Bram Moolenaar | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2019-12-07 | 1 | -5/+5 |
| | |||||
* | Updte runtime files | Bram Moolenaar | 2019-09-20 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-06-22 | 1 | -4/+11 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2019-05-26 | 1 | -2/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-05-09 | 1 | -6/+6 |
| | |||||
* | patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280 | Bram Moolenaar | 2019-05-05 | 1 | -12/+6 |
| | | | | | | | | 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. | ||||
* | Update runtime files. | Bram Moolenaar | 2019-04-08 | 1 | -3/+4 |
| | |||||
* | patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116 | Bram Moolenaar | 2019-04-04 | 1 | -1/+12 |
| | | | | | Problem: Cannot enforce a Vim script style. Solution: Add the :scriptversion command. (closes #3857) | ||||
* | Update runtime files. | Bram Moolenaar | 2019-02-17 | 1 | -2/+0 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2018-12-18 | 1 | -2/+5 |
| | |||||
* | patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553 | Bram Moolenaar | 2018-11-30 | 1 | -0/+3 |
| | | | | | | Problem: It is not easy to edit a script that was sourced. Solution: Add a count to ":scriptnames", so that ":script 40" edits the script with script ID 40. | ||||
* | Update runtime files. | Bram Moolenaar | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369 | Bram Moolenaar | 2018-09-11 | 1 | -0/+18 |
| | | | | | Problem: Continuation lines cannot contain comments. Solution: Support using "\ . |