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
/
vim9execute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-1
/
+1
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3902: Vim9: double free with nested :def function
v8.2.3902
Bram Moolenaar
2021-12-26
1
-1
/
+3
*
patch 8.2.3893: Vim9: many local variables are initialized with an instruction
v8.2.3893
Bram Moolenaar
2021-12-25
1
-2
/
+12
*
patch 8.2.3878: Vim9: debugger tries to read more lines than there are
v8.2.3878
Bram Moolenaar
2021-12-23
1
-1
/
+2
*
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member
v8.2.3865
Bram Moolenaar
2021-12-21
1
-4
/
+4
*
patch 8.2.3860: Vim9: codecov struggles with the file size
v8.2.3860
Bram Moolenaar
2021-12-20
1
-4
/
+4
*
patch 8.2.3851: Vim9: overhead when comparing string, dict or function
v8.2.3851
Bram Moolenaar
2021-12-19
1
-39
/
+35
*
patch 8.2.3842: Vim9: can change locked list and list items
v8.2.3842
Bram Moolenaar
2021-12-17
1
-9
/
+17
*
patch 8.2.3841: Vim9: outdated TODO items, disabled tests that work
v8.2.3841
Bram Moolenaar
2021-12-17
1
-14
/
+20
*
patch 8.2.3830: error messages are spread out
v8.2.3830
Bram Moolenaar
2021-12-16
1
-5
/
+6
*
patch 8.2.3809: Vim9: crash when garbage collecting a nested partial
v8.2.3809
Bram Moolenaar
2021-12-14
1
-1
/
+51
*
patch 8.2.3808: Vim9: obsolete TODO items
v8.2.3808
Bram Moolenaar
2021-12-14
1
-3
/
+3
*
patch 8.2.3796: the funcexe_T struct members are not named consistently
v8.2.3796
Bram Moolenaar
2021-12-13
1
-3
/
+3
*
patch 8.2.3783: confusing error for using a variable as a function
v8.2.3783
Bram Moolenaar
2021-12-11
1
-8
/
+10
*
patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others
v8.2.3765
Bram Moolenaar
2021-12-09
1
-3
/
+22
*
patch 8.2.3753: Vim9: function unreferenced while called is never deleted
v8.2.3753
Bram Moolenaar
2021-12-06
1
-2
/
+3
*
patch 8.2.3746: cannot disassemble function starting with "debug" or "profile"
v8.2.3746
Bram Moolenaar
2021-12-05
1
-2
/
+2
*
patch 8.2.3734: Vim9: crash when no pattern match found
v8.2.3734
Bram Moolenaar
2021-12-04
1
-0
/
+2
*
patch 8.2.3720: Vim9: Internal error when invoking closure in legacy context
v8.2.3720
Bram Moolenaar
2021-12-02
1
-1
/
+7
*
patch 8.2.3716: Vim9: range without a command is not compiled
v8.2.3716
Bram Moolenaar
2021-12-01
1
-0
/
+25
*
patch 8.2.3693: Coverity warns for possibly using a NULL pointer
v8.2.3693
Bram Moolenaar
2021-11-29
1
-0
/
+6
*
patch 8.2.3692: Vim9: cannot use :func inside a :def function
v8.2.3692
Bram Moolenaar
2021-11-28
1
-7
/
+24
*
patch 8.2.3657: Vim9: debug text misses one line of return statement
v8.2.3657
Bram Moolenaar
2021-11-23
1
-1
/
+1
*
patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works
v8.2.3530
Bram Moolenaar
2021-10-17
1
-1
/
+2
*
patch 8.2.3442: Vim9: || and && are not handled at compile time
v8.2.3442
Bram Moolenaar
2021-09-16
1
-0
/
+3
*
patch 8.2.3435: Vim9: dict is not passed to dict function
v8.2.3435
Bram Moolenaar
2021-09-13
1
-19
/
+123
*
patch 8.2.3423: Vim9: list += list creates a new list in :def function
v8.2.3423
Bram Moolenaar
2021-09-09
1
-1
/
+8
*
patch 8.2.3395: Vim9: expression breakpoint not checked in :def function
v8.2.3395
Bram Moolenaar
2021-09-02
1
-1
/
+11
*
patch 8.2.3341: Vim9: function call aborted despite try/catch
v8.2.3341
Bram Moolenaar
2021-08-14
1
-5
/
+7
*
patch 8.2.3339: Vim9: cannot lock a member in a local dict
v8.2.3339
Bram Moolenaar
2021-08-13
1
-15
/
+43
*
patch 8.2.3332: Vim9: cannot assign to range in list
v8.2.3332
Bram Moolenaar
2021-08-11
1
-8
/
+53
*
patch 8.2.3309: Vim9: divide by zero causes a crash
v8.2.3309
Bram Moolenaar
2021-08-07
1
-4
/
+19
*
patch 8.2.3308: Vim9: no runtime check for argument type with varargs only
v8.2.3308
Bram Moolenaar
2021-08-07
1
-2
/
+2
*
patch 8.2.3307: Vim9: :echoconsole cannot access local variables
v8.2.3307
Bram Moolenaar
2021-08-07
1
-3
/
+15
*
patch 8.2.3303: some structures could be smaller
v8.2.3303
Dominique Pelle
2021-08-07
1
-1
/
+1
*
patch 8.2.3275: optimizer can use hints about ga_grow() normally succeeding
v8.2.3275
Bram Moolenaar
2021-08-02
1
-35
/
+34
*
patch 8.2.3274: macro for printf format check can be simplified
v8.2.3274
Bram Moolenaar
2021-08-02
1
-8
/
+0
*
patch 8.2.3267: Vim9: crash when disassembling using deleted script variable
v8.2.3267
Bram Moolenaar
2021-08-01
1
-30
/
+44
*
patch 8.2.3249: Vim9: error for re-imported function with default argument
v8.2.3249
Bram Moolenaar
2021-07-29
1
-1
/
+1
*
patch 8.2.3212: Vim9: execution speed can be improved
v8.2.3212
Dominique Pelle
2021-07-24
1
-44
/
+52
*
patch 8.2.3202: Vim9: tests are only executed for legacy script
v8.2.3202
Bram Moolenaar
2021-07-22
1
-0
/
+7
*
patch 8.2.3200: Vim9: hard to guess where a type error is given
v8.2.3200
Bram Moolenaar
2021-07-22
1
-3
/
+7
*
patch 8.2.3199: Vim9: execution speed can be improved
v8.2.3199
Bram Moolenaar
2021-07-22
1
-2
/
+2
*
patch 8.2.3191: Vim9: not enough code is tested
v8.2.3191
Bram Moolenaar
2021-07-20
1
-5
/
+24
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-2
/
+2
*
patch 8.2.3166: Vim9: nested autoload call error overruled by "Unknown error"
v8.2.3166
Bram Moolenaar
2021-07-15
1
-1
/
+2
*
patch 8.2.3147: Vim9: profiling does not work with a nested function
v8.2.3147
Bram Moolenaar
2021-07-11
1
-12
/
+9
*
patch 8.2.3116: Vim9: crash when debugging a function with line continuation
v8.2.3116
Bram Moolenaar
2021-07-07
1
-2
/
+4
*
patch 8.2.3078: Vim9: profile test fails
v8.2.3078
Bram Moolenaar
2021-06-30
1
-3
/
+10
[next]