Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
d0edaf9dc253e619ccc321ceaac321aee11c1ea5
/
src
/
vim9script.c
d0edaf9
patch 8.2.2897: Vim9: can use reserved words at the script level
by Bram Moolenaar
· 4 years, 10 months ago
bdc0f1c
patch 8.2.2806: Vim9: using "++nr" as a command might not work
by Bram Moolenaar
· 5 years ago
96cf4ba
patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script
by Bram Moolenaar
· 5 years ago
6c7cc34
patch 8.2.2774: Vim9: cannot import an existing name even when using "as"
by Bram Moolenaar
· 5 years ago
f225396
patch 8.2.2759: Vim9: for loop infers type of loop variable
by Bram Moolenaar
· 5 years ago
b91d3f8
patch 8.2.2683: build failure without the +eval feature
by Bram Moolenaar
· 5 years ago
529fb5a
patch 8.2.2682: Vim9: cannot find Name.Func from "import * as Name"
by Bram Moolenaar
· 5 years ago
e535db8
patch 8.2.2680: Vim9: problem defining a script variable from legacy function
by Bram Moolenaar
· 5 years ago
a0399ef
patch 8.2.2629: Vim9: error for #{{ is not desired
by Bram Moolenaar
· 5 years ago
108cf01
patch 8.2.2621: typval2type() cannot handle recursive structures
by Bram Moolenaar
· 5 years ago
4b3e196
patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errors
by Bram Moolenaar
· 5 years ago
6508880
patch 8.2.2598: Vim9: :open does not need to be supported
by Bram Moolenaar
· 5 years ago
cb4e80f
patch 8.2.2597: Vim9: "import * as" does not work at script level
by Bram Moolenaar
· 5 years ago
37294bd
patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redraw
by Bram Moolenaar
· 5 years ago
2e2d758
patch 8.2.2566: Vim9: Function name is not recognized
by Bram Moolenaar
· 5 years ago
057e84a
patch 8.2.2558: no error if a lambda argument shadows a variable
by Bram Moolenaar
· 5 years ago
087b5ff
patch 8.2.2557: compiler warning for shadowd variable
by Bram Moolenaar
· 5 years ago
0a84284
patch 8.2.2556: Vim9: :import with "as" not fully supported
by Bram Moolenaar
· 5 years ago
ada1d87
patch 8.2.2532: Vim9: confusing error if :k is used with a range
by Bram Moolenaar
· 5 years ago
10b9421
patch 8.2.2531: Vim9: the :k command is obscure
by Bram Moolenaar
· 5 years ago
9979fcd
patch 8.2.2513: Vim9: missing part of :vim9cmd change
by Bram Moolenaar
· 5 years ago
f785aa1
patch 8.2.2501: not always clear where an error is reported
by Bram Moolenaar
· 5 years ago
c3fc75d
patch 8.2.2480: Vim9: some errors for white space do not show context
by Bram Moolenaar
· 5 years ago
0825175
patch 8.2.2331: Vim9: wrong error when modifying dict declared with :final
by Bram Moolenaar
· 5 years ago
aa210a3
patch 8.2.2272: Vim9: extend() can violate the type of a variable
by Bram Moolenaar
· 5 years ago
dcc58e0
patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenient
by Bram Moolenaar
· 5 years ago
9b8d622
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature
by Bram Moolenaar
· 5 years ago
a629495
patch 8.2.2225: Vim9: error when using :import in legacy script twice
by Bram Moolenaar
· 5 years ago
07a65d2
patch 8.2.2224: Vim9: crash if script reloaded with different variable type
by Bram Moolenaar
· 5 years ago
2b32700
patch 8.2.2222: Vim9: cannot keep script variables when reloading
by Bram Moolenaar
· 5 years ago
9e68c32
patch 8.2.2209: Vim9: return type of => lambda not parsed
by Bram Moolenaar
· 5 years ago
c0913d0
patch 8.2.2093: Vim9: script test sometimes fails
by Bram Moolenaar
· 5 years ago
3e2534e
patch 8.2.1918: Vim9: E1100 mentions :let
by Bram Moolenaar
· 5 years ago
39ca412
patch 8.2.1870: Vim9: no need to keep all script variables
by Bram Moolenaar
· 5 years ago
fbbcd00
patch 8.2.1846: Vim9: block variables are not found in compiled function
by Bram Moolenaar
· 5 years ago
8d739de
patch 8.2.1845: Vim9: function defined in a block can't use block variables
by Bram Moolenaar
· 5 years ago
10c6586
patch 8.2.1813: Vim9: can assign wrong type to script dict
by Bram Moolenaar
· 5 years ago
30fd820
patch 8.2.1744: Vim9: using ":const!" is weird
by Bram Moolenaar
· 6 years ago
f0afd9e
patch 8.2.1674: Vim9: internal error when using variable that was not set
by Bram Moolenaar
· 6 years ago
c1ec042
patch 8.2.1650: Vim9: result of && and || expression is not bool in script
by Bram Moolenaar
· 6 years ago
8b565c2
patch 8.2.1551: Vim9: error for argument type does not mention the number
by Bram Moolenaar
· 6 years ago
7cb6fc2
patch 8.2.1504: Vim9: white space checks are only done for a :def function
by Bram Moolenaar
· 6 years ago
81e17fb
patch 8.2.1503: Vim9: error for autocmd defined in :def in legacy script
by Bram Moolenaar
· 6 years ago
451c2e3
patch 8.2.1460: error messages are spread out
by Bram Moolenaar
· 6 years ago
bc4c505
patch 8.2.1444: error messages are spread out and names can be confusing
by Bram Moolenaar
· 6 years ago
f5a4801
patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error
by Bram Moolenaar
· 6 years ago
68e3044
patch 8.2.1311: test failures with legacy Vim script
by Bram Moolenaar
· 6 years ago
ae61649
patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit
by Bram Moolenaar
· 6 years ago
40f4f7a
patch 8.2.1287: Vim9: crash when using an imported function
by Bram Moolenaar
· 6 years ago
5a67c37
patch 8.2.1275: Vim9: compiler warning for buffer size
by Bram Moolenaar
· 6 years ago
4cdb13c
patch 8.2.1272: Vim9: type not checked if declaration also assigns value
by Bram Moolenaar
· 6 years ago
eb6880b
patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out
by Bram Moolenaar
· 6 years ago
6110e79
patch 8.2.1160: Vim9: memory leak in allocated types
by Bram Moolenaar
· 6 years ago
cbb6bdc
patch 8.2.1148: warning for using int instead of size_t
by Bram Moolenaar
· 6 years ago
962d721
patch 8.2.1125: Vim9: double quote can be a string or a comment
by Bram Moolenaar
· 6 years ago
1c99114
patch 8.2.1124: Vim9: no line break allowed in :import command
by Bram Moolenaar
· 6 years ago
9a78e6d
patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict()
by Bram Moolenaar
· 6 years ago
3b74b6b
patch 8.2.1012: Vim9: cannot declare single character script variables
by Bram Moolenaar
· 6 years ago
c785b9a
patch 8.2.1011: Vim9: some code not tested
by Bram Moolenaar
· 6 years ago
101f481
patch 8.2.0992: Vim9: crash when using :import in the Vim command
by Bram Moolenaar
· 6 years ago
984dddb
patch 8.2.0975: Vim9: script variable does not accept optional s: prefix
by Bram Moolenaar
· 6 years ago
f3decc5
patch 8.2.0974: Vim9: memory leak when script var has wrong type
by Bram Moolenaar
· 6 years ago
34db91f
patch 8.2.0973: Vim9: type is not checked when assigning to a script variable
by Bram Moolenaar
· 6 years ago
c82a5b5
patch 8.2.0972: Vim9 script variable declarations need a type
by Bram Moolenaar
· 6 years ago
9721fb4
patch 8.2.0960: cannot use :import in legacy Vim script
by Bram Moolenaar
· 6 years ago
822ba24
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
by Bram Moolenaar
· 6 years ago
74fae51
patch 8.2.0806: using "func!" after vim9script gives confusing error
by Bram Moolenaar
· 6 years ago
227a69d
patch 8.2.0755: Vim9: No error when variable initializer is not a constant
by Bram Moolenaar
· 6 years ago
7e5bd91
patch 8.2.0731: Vim9: parsing declarations continues after :finish
by Bram Moolenaar
· 6 years ago
09689a0
patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script
by Bram Moolenaar
· 6 years ago
4c17ad9
patch 8.2.0650: Vim9: script function can be deleted
by Bram Moolenaar
· 6 years ago
20431c9
patch 8.2.0419: various memory leaks in Vim9 script code
by Bram Moolenaar
· 6 years ago
5269bd2
patch 8.2.0368: Vim9: import that redefines local variable does not fail
by Bram Moolenaar
· 6 years ago
fa29c8a
patch 8.2.0313: Vim9: insufficient script tests
by Bram Moolenaar
· 6 years ago
f2d5c24
patch 8.2.0312: Vim9: insufficient script tests
by Bram Moolenaar
· 6 years ago
4549ece
patch 8.2.0172: Coverity warning for not restoring character
by Bram Moolenaar
· 6 years ago
a5d5953
patch 8.2.0155: warnings from MinGW compiler; tests fail without +float
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