Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
05a5551a86e013e35d1dfa10fd0d811c587f9c88
/
src
/
evalvars.c
eeb27bf
patch 8.2.1126: Vim9: using :copen causes an error
by Bram Moolenaar
· 5 years ago
9a78e6d
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()
by Bram Moolenaar
· 5 years ago
d5053d0
patch 8.2.1079: Vim9: no line break allowed in a while loop
by Bram Moolenaar
· 5 years ago
faf8626
patch 8.2.1076: Vim9: no line break allowed in :if expression
by Bram Moolenaar
· 5 years ago
e40fbc2
patch 8.2.1071: Vim9: no line break allowed inside a lambda
by Bram Moolenaar
· 5 years ago
0b1cd52
patch 8.2.1067: expression "!expr->func()" does not work
by Bram Moolenaar
· 5 years ago
b171fb1
patch 8.2.1049: Vim9: leaking memory when using continuation line
by Bram Moolenaar
· 5 years ago
5409f5d
patch 8.2.1047: Vim9: script cannot use line continuation like :def function
by Bram Moolenaar
· 5 years ago
e55b1c0
patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable
by Bram Moolenaar
· 5 years ago
6797966
patch 8.2.1024: Vim9: no error for using "let g:var = val"
by Bram Moolenaar
· 5 years ago
0cb5bcf
patch 8.2.1023: Vim9: redefining a function uses a new index every time
by Bram Moolenaar
· 5 years ago
c785b9a
patch 8.2.1011: Vim9: some code not tested
by Bram Moolenaar
· 5 years ago
84cf6bd
patch 8.2.0988: getting directory contents is always case sorted
by Bram Moolenaar
· 5 years ago
47a519a
patch 8.2.0981: Vim9: cannot compile "[var, var] = list"
by Bram Moolenaar
· 5 years ago
34db91f
patch 8.2.0973: Vim9: type is not checked when assigning to a script variable
by Bram Moolenaar
· 5 years ago
c82a5b5
patch 8.2.0972: Vim9 script variable declarations need a type
by Bram Moolenaar
· 5 years ago
71ccd03
patch 8.2.0967: unnecessary type casts for vim_strnsave()
by Bram Moolenaar
· 5 years ago
9721fb4
patch 8.2.0960: cannot use :import in legacy Vim script
by Bram Moolenaar
· 5 years ago
a9c0104
patch 8.2.0918: duplicate code for evaluating expression argument
by Bram Moolenaar
· 5 years ago
adc17a5
patch 8.2.0915: search() cannot skip over matches like searchpair() can
by Bram Moolenaar
· 5 years ago
439c036
patch 8.2.0913: code for resetting v:register is duplicated
by Bram Moolenaar
· 5 years ago
2eec379
patch 8.2.0822: Vim9: code left over from discovery phase
by Bram Moolenaar
· 5 years ago
f40e51a
patch 8.2.0819: compiler warning for unused variable
by Bram Moolenaar
· 5 years ago
822ba24
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
by Bram Moolenaar
· 5 years ago
32e3511
patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase
by Bram Moolenaar
· 5 years ago
7e9f351
patch 8.2.0751: Vim9: performance can be improved
by Bram Moolenaar
· 5 years ago
09689a0
patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script
by Bram Moolenaar
· 5 years ago
7d3664d
patch 8.2.0718: gcc warning for returning pointer to local variable
by Bram Moolenaar
· 5 years ago
b84a381
patch 8.2.0675: Vim9: no support for closures
by Bram Moolenaar
· 5 years ago
6ab0953
patch 8.2.0672: heredoc in scripts does not accept lower case marker
by Bram Moolenaar
· 5 years ago
65d032c
patch 8.2.0629: setting a boolean option to v:false does not work
by Bram Moolenaar
· 5 years ago
faac410
patch 8.2.0611: Vim9: no check for space before #comment
by Bram Moolenaar
· 5 years ago
2bb76ac
patch 8.2.0607: gcc warns for using uninitialized variable
by Bram Moolenaar
· 5 years ago
7e0868e
patch 8.2.0602: :unlet $VAR does not work properly
by Bram Moolenaar
· 5 years ago
d72c1bf
patch 8.2.0601: Vim9: :unlet is not compiled
by Bram Moolenaar
· 5 years ago
6c2b7b8
patch 8.2.0578: heredoc for interfaces does not support "trim"
by Bram Moolenaar
· 5 years ago
cab2767
patch 8.2.0537: Vim9: no check for sandbox when setting v:var
by Bram Moolenaar
· 5 years ago
5da356e
patch 8.2.0536: Vim9: some compilation code not tested
by Bram Moolenaar
· 5 years ago
4c68375
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
by Bram Moolenaar
· 5 years ago
bdff012
patch 8.2.0514: several global functions are used in only one file
by Bram Moolenaar
· 5 years ago
5259275
patch 8.2.0507: getbufvar() may get the wrong dictionary
by Bram Moolenaar
· 5 years ago
aeea721
patch 8.2.0500: using the same loop in many places
by Bram Moolenaar
· 5 years ago
9be61bb
patch 8.2.0486: Vim9: some code and error messages not tested
by Bram Moolenaar
· 5 years ago
8601545
patch 8.2.0473: variables declared in an outer scope
by Bram Moolenaar
· 5 years ago
14e57909
patch 8.2.0361: internal error when using "0" for a callback
by Bram Moolenaar
· 5 years ago
b35efa5
patch 8.2.0322: Vim9: error checks not tested
by Bram Moolenaar
· 5 years ago
d672dde
patch 8.2.0319: file missing in distribution, comments outdated
by Bram Moolenaar
· 5 years ago
f9706e9
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
by Bram Moolenaar
· 5 years ago
4e12a5d
patch 8.2.0201: cannot assign to an imported variable
by Bram Moolenaar
· 6 years ago
b283a8a
patch 8.2.0200: Vim9 script commands not sufficiently tested
by Bram Moolenaar
· 6 years ago
0ff6aad
patch 8.2.0173: build fails with old compiler
by Bram Moolenaar
· 6 years ago
50985eb
patch 8.2.0159: non-materialized range() list causes problems
by Bram Moolenaar
· 6 years ago
4b96df5
patch 8.2.0156: various typos in source files and tests
by Bram Moolenaar
· 6 years ago
21b9e97
patch 8.2.0154: reallocating the list of scripts is inefficient
by Bram Moolenaar
· 6 years ago
8a7d654
patch 8.2.0149: maintaining a Vim9 branch separately is more work
by Bram Moolenaar
· 6 years ago
7ebcba6
patch 8.2.0114: info about sourced scripts is scattered
by Bram Moolenaar
· 6 years ago
9b4a15d
patch 8.2.0111: VAR_SPECIAL is also used for booleans
by Bram Moolenaar
· 6 years ago
3d8a513
patch 8.2.0085: dead code in builtin functions
by Bram Moolenaar
· 6 years ago
69bf634
patch 8.1.2233: cannot get the Vim command line arguments
by Bram Moolenaar
· 6 years ago
b1ba9ab
patch 8.1.2168: heredoc assignment not skipped in if block
by Bram Moolenaar
· 6 years ago
af7645d
patch 8.1.1989: the evalfunc.c file is still too big
by Bram Moolenaar
· 6 years ago
27da7de
patch 8.1.1968: crash when using nested map()
by Bram Moolenaar
· 6 years ago
da6c033
patch 8.1.1957: more code can be moved to evalvars.c
by Bram Moolenaar
· 6 years ago
8d71b54
patch 8.1.1943: more code can be moved to evalvars.c
by Bram Moolenaar
· 6 years ago
34ed68d
patch 8.1.1940: script tests fail
by Bram Moolenaar
· 6 years ago
e5cdf15
patch 8.1.1939: code for handling v: variables in generic eval file
by Bram Moolenaar
· 6 years ago
0522ba0
patch 8.1.1933: the eval.c file is too big
by Bram Moolenaar
· 6 years ago