Commit Graph

155 Commits

Author SHA1 Message Date
be4e01637e Update runtime files. 2023-02-02 13:59:48 +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
c1c365c1ca patch 9.0.1001: classes are not documented or implemented yet
Problem:    Classes are not documented or implemented yet.
Solution:   Make the first steps at documenting Vim9 objects, classes and
            interfaces.  Make initial choices for the syntax.  Add a skeleton
            implementation.  Add "public" and "this" in the command table.
2022-12-04 20:13:24 +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
f269eabc6c Update runtime files 2022-10-03 18:04:35 +01:00
87b4e5c5db patch 9.0.0632: calling a function from an "expr" option has overhead
Problem:    Calling a function from an "expr" option has too much overhead.
Solution:   Add call_simple_func() and use it for 'foldexpr'
2022-10-01 15:32:46 +01:00
9fbdbb814f Update runtime files 2022-09-27 17:30:34 +01:00
9712ff1288 Update runtime files 2022-09-18 13:04:22 +01:00
71b6d33976 Update runtime files 2022-09-10 13:13:14 +01:00
d83392a43a patch 9.0.0345: error message for list argument could be clearer
Problem:    Error message for list argument could be clearer.
Solution:   Include the argument number. (Yegappan Lakshmanan, closes #11027)
2022-09-01 12:22:46 +01:00
9b03d3e75b Update runtime files 2022-08-30 20:26:34 +01:00
fd999452ad Update runtime files 2022-08-24 18:30:14 +01:00
e1f3fd1d02 Update runtime files 2022-08-15 18:51:32 +01:00
48c3f4e0bf Update runtime files 2022-08-08 15:42:38 +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
5ed11535e0 Update runtime files 2022-07-06 13:18:11 +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
8cc5b559f7 Update runtime files 2022-06-23 13:04:20 +01:00
6ba83ba9ee Update runtime files. 2022-06-12 22:15:57 +01:00
63f3260378 Update runtime files 2022-06-09 20:45:54 +01:00
835ee980ee patch 8.2.5000: no patch for documentation updates
Problem:    No patch for documentation updates.
Solution:   Update documentation files.
2022-05-22 14:50:16 +01:00
f79d9dd43f patch 8.2.4989: cannot specify a function name for :defcompile
Problem:    Cannot specify a function name for :defcompile.
Solution:   Implement a function name argument for :defcompile.
2022-05-21 15:39:02 +01:00
30ab04e16e Update runtime files, new color schemes 2022-05-14 13:33:50 +01:00
d899e51120 Update runtime files 2022-05-07 21:54:03 +01:00
75ab590f85 Update runtime files 2022-04-18 15:36:40 +01:00
8944551534 patch 8.2.4748: cannot use an imported function in a mapping
Problem:    Cannot use an imported function in a mapping.
Solution:   Recognize <SID>name.Func.
2022-04-14 12:58:23 +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
46eea444d9 Update runtime files 2022-03-30 10:51:39 +01:00
47c532e2bc Update runtime files 2022-03-19 15:18:53 +00:00
1588bc8ebe Update runtime files 2022-03-08 21:35:07 +00:00
8acb9cc620 patch 8.2.4526: Vim9: cannot set variables to a null value
Problem:    Vim9: cannot set variables to a null value.
Solution:   Add null_list, null_job, etc.
2022-03-08 13:18:55 +00:00
c51cf03298 Update runtime files. 2022-02-26 12:25:45 +00:00
afa048f0d4 patch 8.2.4447: Vim9: can still use s:var in a compiled function
Problem:    Vim9: can still use s:var in a compiled function.
Solution:   Disallow using s:var for Vim9 script. (closes #9824)
2022-02-22 20:43:36 +00:00
944697ae19 Update runtime files 2022-02-20 19:48:20 +00:00
5b1d6e98c6 patch 8.2.4348: "legacy exe cmd" does not do what one would expect
Problem:    "legacy exe cmd" does not do what one would expect.
Solution:   Apply the "legacy" and "vim9script" command modifiers to the
            argument of ":execute".
2022-02-11 20:33:48 +00:00
92f645bef7 Update runtime files. (closes #9741) 2022-02-11 13:29:40 +00:00
9da17d7c57 Update runtime files 2022-02-09 21:50:44 +00:00
a2baa73d1d Update runtime files. 2022-02-04 16:09:54 +00:00
c4573eb12d Update runtime files 2022-01-31 15:40:56 +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
fd218c8a36 patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful
Problem:    Vim9: the "autoload" argument of ":vim9script" is not useful.
Solution:   Remove the argument. (closes #9555)
2022-01-18 16:26:24 +00:00
fd31be29b8 Update runtime files 2022-01-16 14:46:06 +00:00