Commit Graph

1040 Commits

Author SHA1 Message Date
be4e01637e Update runtime files. 2023-02-02 13:59:48 +00:00
c0c2c26265 patch 9.0.1188: return value of type() for class and object unclear
Problem:    Return value of type() for class and object unclear.
Solution:   Add v:t_object and v:t_class.
2023-01-12 21:08:53 +00:00
1b5f03ec9c Update runtime files 2023-01-09 20:12:45 +00:00
7db29e4b5c Update runtime files 2022-12-11 15:53:04 +00:00
86b4816766 Update runtime files 2022-12-06 18:20:10 +00:00
b59ae59a58 Update runtime files 2022-11-23 23:46:31 +00:00
d13166e788 Update runtime files 2022-11-18 21:49:57 +00:00
76db9e0763 Update runtime files 2022-11-09 21:21:04 +00:00
7c6cd44375 patch 9.0.0727: help in the repository differs from patched version too much
Problem:    Help in the repository differs from patched version too much.
Solution:   Make a patch for a few help files.
2022-10-11 21:54:04 +01:00
bdc09a18fc patch 9.0.0683: cannot specify a time for :echowindow
Problem:    Cannot specify a time for :echowindow.
Solution:   A count can be used to specify the display time. Add
            popup_findecho().
2022-10-07 14:31:45 +01:00
9712ff1288 Update runtime files 2022-09-18 13:04:22 +01:00
73e28dcc61 patch 9.0.0491: no good reason to build without the float feature
Problem:    No good reason to build without the float feature.
Solution:   Remove configure check for float and "#ifdef FEAT_FLOAT".
2022-09-17 21:08:33 +01:00
71b6d33976 Update runtime files 2022-09-10 13:13:14 +01:00
0daafaa7d9 Update runtime files 2022-09-04 17:45:43 +01:00
1d84f7608f patch 9.0.0370: cleaning up afterwards can make a function messy
Problem:    Cleaning up afterwards can make a function messy.
Solution:   Add the :defer command.
2022-09-03 21:35:53 +01:00
9b03d3e75b Update runtime files 2022-08-30 20:26:34 +01:00
37fef16c22 patch 9.0.0321: cannot use the message popup window directly
Problem:    Cannot use the message popup window directly.
Solution:   Add ":echowindow".
2022-08-29 18:16:32 +01:00
e1f3fd1d02 Update runtime files 2022-08-15 18:51:32 +01:00
05a8061eec Update runtime files 2022-08-01 15:09:53 +01:00
2ecbe53f45 Update runtime files 2022-07-29 21:36:21 +01:00
61021aa318 patch 9.0.0092: plugins cannot change v:completed_item
Problem:    Plugins cannot change v:completed_item.
Solution:   Make v:completed_item writeable. (Shougo Matsushita,
            closes #10801)
2022-07-27 14:40:00 +01:00
eb49041875 release version 9.0
Problem:    About time to release Vim 9.0.
Solution:   Update the version number everywhere.
2022-06-28 13:44:46 +01:00
8a3b805c6c Update runtime files 2022-06-26 12:21:15 +01:00
d799daa660 Update runtime files 2022-06-20 11:17:32 +01:00
d592deb336 Update runtime files 2022-06-17 15:42:40 +01:00
cfa8f9a3f2 Update runtime files 2022-06-03 21:59:47 +01:00
338bf58eba patch 8.2.5004: right shift on negative number does not work as documented
Problem:    Right shift on negative number does not work as documented.
Solution:   Use a uvarnumber_T type cast.
2022-05-22 20:16:32 +01:00
a061f34191 patch 8.2.5003: cannot do bitwise shifts
Problem:    Cannot do bitwise shifts.
Solution:   Add the >> and << operators. (Yegappan Lakshmanan, closes #8457)
2022-05-22 19:13:49 +01:00
30ab04e16e Update runtime files, new color schemes 2022-05-14 13:33:50 +01:00
3f32a5f160 Update runtime files and translations 2022-05-12 20:34:15 +01:00
d899e51120 Update runtime files 2022-05-07 21:54:03 +01:00
2eaef106e4 patch 8.2.4883: string interpolation only works in heredoc
Problem:    String interpolation only works in heredoc.
Solution:   Support interpolated strings.  Use syntax for heredoc consistent
            with strings, similar to C#. (closes #10327)
2022-05-06 13:14:50 +01:00
1fc6ea9bf3 patch 8.2.4804: expression in heredoc doesn't work for compiled function
Problem:    Expression in heredoc doesn't work for compiled function.
Solution:   Implement compiling the heredoc expressions. (Yegappan Lakshmanan,
            closes #10232)
2022-04-21 23:30:15 +01:00
75ab590f85 Update runtime files 2022-04-18 15:36:40 +01:00
efbfa867a1 patch 8.2.4770: cannot easily mix expression and heredoc
Problem:    Cannot easily mix expression and heredoc.
Solution:   Support  in heredoc. (Yegappan Lakshmanan, closes #10138)
2022-04-17 12:47:40 +01:00
7765f5cf96 patch 8.2.4727: unused code
Problem:    Unused code.
Solution:   Remove code and add #ifdefs. (Dominique Pellé, closes #10136)
2022-04-10 11:26:53 +01:00
cbaff5e06e Update runtime files 2022-04-08 17:45:08 +01:00
1588bc8ebe Update runtime files 2022-03-08 21:35:07 +00:00
c51cf03298 Update runtime files. 2022-02-26 12:25:45 +00:00
944697ae19 Update runtime files 2022-02-20 19:48:20 +00:00
8196e94a8b patch 8.2.4343: when reloading not all properties are detected
Problem:    When reloading not all properties are detected.
Solution:   Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579)
2022-02-11 15:12:10 +00:00
a2baa73d1d Update runtime files. 2022-02-04 16:09:54 +00:00
f10911e5db Update runtime files 2022-01-29 22:20:48 +00:00
6f4754b9f7 Update runtime files 2022-01-23 12:07:04 +00:00
2f0936cb9a Update runtime files 2022-01-08 21:51:59 +00:00
56200eed62 patch 8.2.3969: value of MAXCOL not available in Vim script
Problem:    Value of MAXCOL not available in Vim script.
Solution:   Add v:maxcol. (Naohiro Ono, closes #9451)
2022-01-01 14:59:44 +00:00
04fb916684 Update runtime files 2021-12-30 20:24:12 +00:00
1cae5a0a03 patch 8.2.3917: the eval.txt help file is way too big
Problem:    The eval.txt help file is way too big.
Solution:   Move the builtin function details to a separate file.
2021-12-27 21:28:34 +00:00
5da36052a4 patch 8.2.3913: help for expressions does not mention Vim9 syntax
Problem:    Help for expressions does not mention Vim9 syntax.
Solution:   Add the rules for Vim9 to the expression help.  Rename functions
            to match the help.
2021-12-27 15:39:57 +00:00
fa3b72348d Update runtime files 2021-12-24 13:18:38 +00:00