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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0847: typval related code is spread out
v8.2.0847
Bram Moolenaar
2020-05-30
1
-1428
/
+0
*
patch 8.2.0824: still not enough memory allocated when converting string
v8.2.0824
Bram Moolenaar
2020-05-25
1
-3
/
+4
*
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
v8.2.0818
Bram Moolenaar
2020-05-24
1
-1
/
+2
*
patch 8.2.0817: not enough memory allocated when converting string
v8.2.0817
Bram Moolenaar
2020-05-24
1
-3
/
+8
*
patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled code
v8.2.0771
Bram Moolenaar
2020-05-16
1
-1
/
+2
*
patch 8.2.0755: Vim9: No error when variable initializer is not a constant
v8.2.0755
Bram Moolenaar
2020-05-15
1
-0
/
+2
*
patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase
v8.2.0753
Bram Moolenaar
2020-05-14
1
-64
/
+81
*
patch 8.2.0751: Vim9: performance can be improved
v8.2.0751
Bram Moolenaar
2020-05-13
1
-1
/
+1
*
patch 8.2.0703: Vim9: closure cannot store value in outer context
v8.2.0703
Bram Moolenaar
2020-05-06
1
-2
/
+4
*
patch 8.2.0684: Vim9: memory leak when using lambda
v8.2.0684
Bram Moolenaar
2020-05-03
1
-0
/
+27
*
patch 8.2.0670: cannot change window when evaluating 'completefunc'
v8.2.0670
Bram Moolenaar
2020-04-30
1
-5
/
+5
*
patch 8.2.0634: crash with null partial and blob
v8.2.0634
Bram Moolenaar
2020-04-25
1
-1
/
+3
*
patch 8.2.0633: crash when using null partial in filter()
v8.2.0633
Bram Moolenaar
2020-04-24
1
-2
/
+6
*
patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script
v8.2.0626
Bram Moolenaar
2020-04-23
1
-4
/
+2
*
patch 8.2.0619: null dict is not handled like an empty dict
v8.2.0619
Bram Moolenaar
2020-04-23
1
-1
/
+6
*
patch 8.2.0618: echoing a null list results in no output
v8.2.0618
Bram Moolenaar
2020-04-22
1
-1
/
+2
*
patch 8.2.0611: Vim9: no check for space before #comment
v8.2.0611
Bram Moolenaar
2020-04-20
1
-1
/
+1
*
patch 8.2.0601: Vim9: :unlet is not compiled
v8.2.0601
Bram Moolenaar
2020-04-19
1
-3
/
+5
*
patch 8.2.0586: Vim9: # comment not sufficiently tested
v8.2.0586
Bram Moolenaar
2020-04-16
1
-1
/
+1
*
patch 8.2.0585: Vim9: # comment not recognized after :vim9script
v8.2.0585
Bram Moolenaar
2020-04-16
1
-1
/
+1
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-7
/
+7
*
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
v8.2.0517
Bram Moolenaar
2020-04-05
1
-1
/
+13
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-2
/
+2
*
patch 8.2.0493: Vim9: some error messages not tested
v8.2.0493
Bram Moolenaar
2020-04-01
1
-1
/
+5
*
patch 8.2.0436: no warnings for incorrect printf arguments
v8.2.0436
Bram Moolenaar
2020-03-23
1
-2
/
+2
*
patch 8.2.0341: using ":for" in Vim9 script gives an error
v8.2.0341
Bram Moolenaar
2020-03-01
1
-2
/
+4
*
patch 8.2.0334: abort called when using test_void()
v8.2.0334
Bram Moolenaar
2020-02-29
1
-4
/
+4
*
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
v8.2.0296
Bram Moolenaar
2020-02-22
1
-1
/
+1
*
patch 8.2.0159: non-materialized range() list causes problems
v8.2.0159
Bram Moolenaar
2020-01-27
1
-1
/
+1
*
patch 8.2.0154: reallocating the list of scripts is inefficient
v8.2.0154
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-215
/
+283
*
patch 8.2.0114: info about sourced scripts is scattered
v8.2.0114
Bram Moolenaar
2020-01-12
1
-2
/
+1
*
patch 8.2.0111: VAR_SPECIAL is also used for booleans
v8.2.0111
Bram Moolenaar
2020-01-11
1
-1
/
+15
*
patch 8.2.0104: using channel or job with ":execute" has strange effects
v8.2.0104
Bram Moolenaar
2020-01-08
1
-1
/
+9
*
patch 8.2.0103: using null object with execute() has strange effects
v8.2.0103
Bram Moolenaar
2020-01-08
1
-1
/
+1
*
patch 8.2.0101: crash when passing null object to ":echomsg"
v8.2.0101
Bram Moolenaar
2020-01-08
1
-0
/
+7
*
patch 8.2.0084: complete item "user_data" can only be a string
v8.2.0084
Bram Moolenaar
2020-01-04
1
-2
/
+2
*
patch 8.2.0069: ETYPE_ is used for two different enums
v8.2.0069
Bram Moolenaar
2019-12-31
1
-63
/
+63
*
patch 8.2.0061: the execute stack can grow big and never shrinks
v8.2.0061
Bram Moolenaar
2019-12-30
1
-0
/
+24
*
patch 8.2.0045: script test fails
v8.2.0045
Bram Moolenaar
2019-12-25
1
-10
/
+11
*
patch 8.2.0044: expression type is used inconsistently
v8.2.0044
Bram Moolenaar
2019-12-25
1
-61
/
+63
*
patch 8.2.0030: "gF" does not work on output of "verbose command"
v8.2.0030
Bram Moolenaar
2019-12-22
1
-2
/
+1
*
patch 8.1.2412: crash when evaluating expression with error
v8.1.2412
Bram Moolenaar
2019-12-08
1
-1
/
+1
*
patch 8.1.2378: using old C style comments
v8.1.2378
Bram Moolenaar
2019-12-01
1
-299
/
+298
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-2
/
+2
*
patch 8.1.2348: :const cannot be followed by "| endif"
v8.1.2348
Bram Moolenaar
2019-11-26
1
-1
/
+1
*
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
v8.1.2145
Bram Moolenaar
2019-10-13
1
-1
/
+2
*
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-10-06
1
-1
/
+1
*
patch 8.1.2107: various memory leaks reported by asan
v8.1.2107
Bram Moolenaar
2019-10-01
1
-2
/
+10
*
patch 8.1.2035: recognizing octal numbers is confusing
v8.1.2035
Bram Moolenaar
2019-09-15
1
-1
/
+3
[next]