Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files | Bram Moolenaar | 2023-05-14 | 1 | -1/+1 |
| | |||||
* | patch 9.0.1485: no functions for converting from/to UTF-16 indexv9.0.1485 | Christian Brabandt | 2023-04-24 | 1 | -0/+27 |
| | | | | | | Problem: no functions for converting from/to UTF-16 index. Solution: Add UTF-16 flag to existing funtions and add strutf16len() and utf16idx(). (Yegappan Lakshmanan, closes #12216) | ||||
* | Update runtime files | Bram Moolenaar | 2023-04-22 | 1 | -23/+15 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2023-02-27 | 1 | -5/+5 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2023-02-20 | 1 | -2/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2023-02-02 | 1 | -1/+1 |
| | |||||
* | patch 9.0.1188: return value of type() for class and object unclearv9.0.1188 | Bram Moolenaar | 2023-01-12 | 1 | -0/+4 |
| | | | | | Problem: Return value of type() for class and object unclear. Solution: Add v:t_object and v:t_class. | ||||
* | Update runtime files | Bram Moolenaar | 2023-01-09 | 1 | -1/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-12-11 | 1 | -4/+5 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-12-06 | 1 | -2/+7 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-11-23 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-11-18 | 1 | -1/+5 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-11-09 | 1 | -2/+2 |
| | |||||
* | patch 9.0.0727: help in the repository differs from patched version too muchv9.0.0727 | Bram Moolenaar | 2022-10-11 | 1 | -1/+1 |
| | | | | | Problem: Help in the repository differs from patched version too much. Solution: Make a patch for a few help files. | ||||
* | patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683 | Bram Moolenaar | 2022-10-07 | 1 | -1/+4 |
| | | | | | | Problem: Cannot specify a time for :echowindow. Solution: A count can be used to specify the display time. Add popup_findecho(). | ||||
* | Update runtime files | Bram Moolenaar | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | patch 9.0.0491: no good reason to build without the float featurev9.0.0491 | Bram Moolenaar | 2022-09-17 | 1 | -2/+0 |
| | | | | | Problem: No good reason to build without the float feature. Solution: Remove configure check for float and "#ifdef FEAT_FLOAT". | ||||
* | Update runtime files | Bram Moolenaar | 2022-09-10 | 1 | -2/+6 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-09-04 | 1 | -496/+5 |
| | |||||
* | patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370 | Bram Moolenaar | 2022-09-03 | 1 | -0/+56 |
| | | | | | Problem: Cleaning up afterwards can make a function messy. Solution: Add the :defer command. | ||||
* | Update runtime files | Bram Moolenaar | 2022-08-30 | 1 | -1/+6 |
| | |||||
* | patch 9.0.0321: cannot use the message popup window directlyv9.0.0321 | Bram Moolenaar | 2022-08-29 | 1 | -0/+10 |
| | | | | | Problem: Cannot use the message popup window directly. Solution: Add ":echowindow". | ||||
* | Update runtime files | Bram Moolenaar | 2022-08-15 | 1 | -0/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-08-01 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-07-29 | 1 | -3/+3 |
| | |||||
* | patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092 | Shougo Matsushita | 2022-07-27 | 1 | -0/+2 |
| | | | | | | Problem: Plugins cannot change v:completed_item. Solution: Make v:completed_item writeable. (Shougo Matsushita, closes #10801) | ||||
* | 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-26 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-06-20 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-06-17 | 1 | -2/+2 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-06-03 | 1 | -6/+11 |
| | |||||
* | patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004 | Bram Moolenaar | 2022-05-22 | 1 | -3/+8 |
| | | | | | Problem: Right shift on negative number does not work as documented. Solution: Use a uvarnumber_T type cast. | ||||
* | patch 8.2.5003: cannot do bitwise shiftsv8.2.5003 | Yegappan Lakshmanan | 2022-05-22 | 1 | -65/+80 |
| | | | | | Problem: Cannot do bitwise shifts. Solution: Add the >> and << operators. (Yegappan Lakshmanan, closes #8457) | ||||
* | Update runtime files, new color schemes | Bram Moolenaar | 2022-05-14 | 1 | -3/+3 |
| | |||||
* | Update runtime files and translations | Bram Moolenaar | 2022-05-12 | 1 | -6/+14 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-05-07 | 1 | -14/+15 |
| | |||||
* | patch 8.2.4883: string interpolation only works in heredocv8.2.4883 | LemonBoy | 2022-05-06 | 1 | -0/+19 |
| | | | | | | Problem: String interpolation only works in heredoc. Solution: Support interpolated strings. Use syntax for heredoc consistent with strings, similar to C#. (closes #10327) | ||||
* | patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804 | Yegappan Lakshmanan | 2022-04-21 | 1 | -2/+0 |
| | | | | | | Problem: Expression in heredoc doesn't work for compiled function. Solution: Implement compiling the heredoc expressions. (Yegappan Lakshmanan, closes #10232) | ||||
* | Update runtime files | Bram Moolenaar | 2022-04-18 | 1 | -2/+2 |
| | |||||
* | patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770 | Yegappan Lakshmanan | 2022-04-17 | 1 | -3/+28 |
| | | | | | Problem: Cannot easily mix expression and heredoc. Solution: Support in heredoc. (Yegappan Lakshmanan, closes #10138) | ||||
* | patch 8.2.4727: unused codev8.2.4727 | Dominique Pelle | 2022-04-10 | 1 | -1/+1 |
| | | | | | Problem: Unused code. Solution: Remove code and add #ifdefs. (Dominique Pellé, closes #10136) | ||||
* | Update runtime files | Bram Moolenaar | 2022-04-08 | 1 | -3/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-03-08 | 1 | -83/+118 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2022-02-26 | 1 | -30/+32 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-02-20 | 1 | -5/+7 |
| | |||||
* | patch 8.2.4343: when reloading not all properties are detectedv8.2.4343 | Rob Pilling | 2022-02-11 | 1 | -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 Moolenaar | 2022-02-04 | 1 | -12/+19 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-29 | 1 | -16/+23 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-23 | 1 | -20/+40 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2022-01-08 | 1 | -16/+17 |
| |