index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vim9script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1674: Vim9: internal error when using variable that was not set
v8.2.1674
Bram Moolenaar
2020-09-13
1
-1
/
+5
*
patch 8.2.1650: Vim9: result of && and || expression is not bool in script
v8.2.1650
Bram Moolenaar
2020-09-09
1
-1
/
+14
*
patch 8.2.1551: Vim9: error for argument type does not mention the number
v8.2.1551
Bram Moolenaar
2020-08-30
1
-1
/
+1
*
patch 8.2.1504: Vim9: white space checks are only done for a :def function
v8.2.1504
Bram Moolenaar
2020-08-21
1
-1
/
+1
*
patch 8.2.1503: Vim9: error for autocmd defined in :def in legacy script
v8.2.1503
Bram Moolenaar
2020-08-21
1
-0
/
+4
*
patch 8.2.1460: error messages are spread out
v8.2.1460
Bram Moolenaar
2020-08-15
1
-19
/
+16
*
patch 8.2.1444: error messages are spread out and names can be confusing
v8.2.1444
Bram Moolenaar
2020-08-13
1
-3
/
+3
*
patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error
v8.2.1342
Bram Moolenaar
2020-08-01
1
-1
/
+2
*
patch 8.2.1311: test failures with legacy Vim script
v8.2.1311
Bram Moolenaar
2020-07-28
1
-10
/
+11
*
patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit
v8.2.1308
Bram Moolenaar
2020-07-28
1
-2
/
+19
*
patch 8.2.1287: Vim9: crash when using an imported function
v8.2.1287
Bram Moolenaar
2020-07-23
1
-0
/
+3
*
patch 8.2.1275: Vim9: compiler warning for buffer size
v8.2.1275
Bram Moolenaar
2020-07-23
1
-2
/
+2
*
patch 8.2.1272: Vim9: type not checked if declaration also assigns value
v8.2.1272
Bram Moolenaar
2020-07-22
1
-1
/
+1
*
patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out
v8.2.1190
Bram Moolenaar
2020-07-12
1
-2
/
+4
*
patch 8.2.1160: Vim9: memory leak in allocated types
v8.2.1160
Bram Moolenaar
2020-07-08
1
-1
/
+1
*
patch 8.2.1148: warning for using int instead of size_t
v8.2.1148
Bram Moolenaar
2020-07-06
1
-1
/
+1
*
patch 8.2.1125: Vim9: double quote can be a string or a comment
v8.2.1125
Bram Moolenaar
2020-07-04
1
-1
/
+1
*
patch 8.2.1124: Vim9: no line break allowed in :import command
v8.2.1124
Bram Moolenaar
2020-07-04
1
-86
/
+116
*
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()
v8.2.1111
Bram Moolenaar
2020-07-01
1
-2
/
+2
*
patch 8.2.1012: Vim9: cannot declare single character script variables
v8.2.1012
Bram Moolenaar
2020-06-19
1
-1
/
+1
*
patch 8.2.1011: Vim9: some code not tested
v8.2.1011
Bram Moolenaar
2020-06-19
1
-4
/
+6
*
patch 8.2.0992: Vim9: crash when using :import in the Vim command
v8.2.0992
Bram Moolenaar
2020-06-16
1
-2
/
+10
*
patch 8.2.0975: Vim9: script variable does not accept optional s: prefix
v8.2.0975
Bram Moolenaar
2020-06-14
1
-3
/
+8
*
patch 8.2.0974: Vim9: memory leak when script var has wrong type
v8.2.0974
Bram Moolenaar
2020-06-13
1
-0
/
+3
*
patch 8.2.0973: Vim9: type is not checked when assigning to a script variable
v8.2.0973
Bram Moolenaar
2020-06-13
1
-0
/
+25
*
patch 8.2.0972: Vim9 script variable declarations need a type
v8.2.0972
Bram Moolenaar
2020-06-13
1
-0
/
+55
*
patch 8.2.0960: cannot use :import in legacy Vim script
v8.2.0960
Bram Moolenaar
2020-06-11
1
-10
/
+4
*
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
v8.2.0818
Bram Moolenaar
2020-05-24
1
-109
/
+0
*
patch 8.2.0806: using "func!" after vim9script gives confusing error
v8.2.0806
Bram Moolenaar
2020-05-21
1
-0
/
+6
*
patch 8.2.0755: Vim9: No error when variable initializer is not a constant
v8.2.0755
Bram Moolenaar
2020-05-15
1
-6
/
+14
*
patch 8.2.0731: Vim9: parsing declarations continues after :finish
v8.2.0731
Bram Moolenaar
2020-05-10
1
-0
/
+6
*
patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script
v8.2.0725
Bram Moolenaar
2020-05-09
1
-2
/
+91
*
patch 8.2.0650: Vim9: script function can be deleted
v8.2.0650
Bram Moolenaar
2020-04-27
1
-1
/
+1
*
patch 8.2.0419: various memory leaks in Vim9 script code
v8.2.0419
Bram Moolenaar
2020-03-20
1
-1
/
+3
*
patch 8.2.0368: Vim9: import that redefines local variable does not fail
v8.2.0368
Bram Moolenaar
2020-03-09
1
-2
/
+8
*
patch 8.2.0313: Vim9: insufficient script tests
v8.2.0313
Bram Moolenaar
2020-02-23
1
-7
/
+9
*
patch 8.2.0312: Vim9: insufficient script tests
v8.2.0312
Bram Moolenaar
2020-02-23
1
-61
/
+88
*
patch 8.2.0172: Coverity warning for not restoring character
v8.2.0172
Bram Moolenaar
2020-01-28
1
-3
/
+2
*
patch 8.2.0155: warnings from MinGW compiler; tests fail without +float
v8.2.0155
Bram Moolenaar
2020-01-26
1
-0
/
+2
*
patch 8.2.0154: reallocating the list of scripts is inefficient
v8.2.0154
Bram Moolenaar
2020-01-26
1
-6
/
+6
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-0
/
+405