Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
b2cb6c8bbd215177ed05c1d952e7ef2ad8f7ef4b
/
src
/
errors.h
b2cb6c8
patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled script
by Bram Moolenaar
· 5 years ago
74e54fc
patch 8.2.2658: :for cannot loop over a string
by Bram Moolenaar
· 5 years ago
3a0f092
patch 8.2.2653: build failure
by Bram Moolenaar
· 5 years ago
f28f2ac
patch 8.2.2646: Vim9: error for not using string doesn't mentionargument
by Bram Moolenaar
· 5 years ago
49f1e9e
patch 8.2.2645: using inline function is not properly tested
by Bram Moolenaar
· 5 years ago
7a6eaa0
patch 8.2.2635: Vim9: cannot define an inline function
by Bram Moolenaar
· 5 years ago
a0399ef
patch 8.2.2629: Vim9: error for #{{ is not desired
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
cb4e80f
patch 8.2.2597: Vim9: "import * as" does not work at script level
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
5b5ae29
patch 8.2.2533: Vim9: cannot use a range with :unlet
by Bram Moolenaar
· 5 years ago
39f3b14
patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places
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
418a29f
patch 8.2.2497: no error when using more than one character for a register
by Bram Moolenaar
· 5 years ago
a853089
patch 8.2.2488: json_encode() gives generic argument error
by Bram Moolenaar
· 5 years ago
ba98fb5
patch 8.2.2486: Vim9: some errors for white space do not show context
by Bram Moolenaar
· 5 years ago
a5a1ec1
patch 8.2.2482: build error
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
983d83f
patch 8.2.2476: using freed memory when splitting window while closing buffer
by Bram Moolenaar
· 5 years ago
3b69006
patch 8.2.2449: Vim9: flatten() always changes the list type
by Bram Moolenaar
· 5 years ago
0346b79
patch 8.2.2445: Vim9: no proper error for lambda missing return type
by Bram Moolenaar
· 5 years ago
6101516
patch 8.2.2423: missing error message
by Bram Moolenaar
· 5 years ago
9a046fd
patch 8.2.2420: too many problems with using all autocommand events
by Bram Moolenaar
· 5 years ago
99880f9
patch 8.2.2378: Vim9: no error message for dividing by zero
by Bram Moolenaar
· 5 years ago
239f8d9
patch 8.2.2367: test failures on some less often used systems
by Bram Moolenaar
· 5 years ago
cff40ff
patch 8.2.2320: Vim9: no error for comparing bool with string
by Bram Moolenaar
· 5 years ago
d1510ee
patch 8.2.2299: Vim9: invalid memory access making error message flaky
by Bram Moolenaar
· 5 years ago
e7a73e0
patch 8.2.2266: Vim9: it can be hard to see where white space is missing
by Bram Moolenaar
· 5 years ago
5178b1b
patch 8.2.2264: Vim9: no error for mismatched :endfunc or :enddef
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
07a65d2
patch 8.2.2224: Vim9: crash if script reloaded with different variable type
by Bram Moolenaar
· 5 years ago
6e2c2c5
patch 8.2.2216: Vim9: range with missing colon can be hard to spot
by Bram Moolenaar
· 5 years ago
4aab88d
patch 8.2.2208: Vim9: after reloading a script variable index may be invalid
by Bram Moolenaar
· 5 years ago
4f5e397
patch 8.2.2179: Vim9: crash when indexing a dict with a number
by Bram Moolenaar
· 5 years ago
52c124d
patch 8.2.2173: Vim9: get internal error when assigning to undefined variable
by Bram Moolenaar
· 5 years ago
b5b9480
patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit
by Bram Moolenaar
· 5 years ago
e498429
patch 8.2.2137: Vim9: :echo and :execute give error for empty argument
by Bram Moolenaar
· 5 years ago
2a9d5d3
patch 8.2.2133: Vim9: checking for a non-empty string is too strict
by Bram Moolenaar
· 5 years ago
dc234ca
patch 8.2.2063: Vim9: only one level of indexing supported
by Bram Moolenaar
· 5 years ago
792f786
patch 8.2.2034: Vim9: list unpack in for statement not compiled yet
by Bram Moolenaar
· 5 years ago
2bede17
patch 8.2.2015: Vim9: literal dict #{} is not like any other language
by Bram Moolenaar
· 5 years ago
d92cc13
patch 8.2.2012: Vim9: confusing error message when using bool wrongly
by Bram Moolenaar
· 5 years ago
957cf67
patch 8.2.1978: making a mapping work in all modes is complicated
by Bram Moolenaar
· 5 years ago
ea2d407
patch 8.2.1977: Vim9: error for using a string in a condition is confusing
by Bram Moolenaar
· 5 years ago
348be7e
patch 8.2.1949: Vim9: using extend() on null dict is silently ignored
by Bram Moolenaar
· 5 years ago
0d90e72
patch 8.2.1945: crash when passing NULL function to reduce()
by Bram Moolenaar
· 5 years ago
3e2534e
patch 8.2.1918: Vim9: E1100 mentions :let
by Bram Moolenaar
· 5 years ago
80b0e5e
patch 8.2.1867: Vim9: argument to add() not checked for blob
by Bram Moolenaar
· 5 years ago
1dcae59
patch 8.2.1865: Vim9: add() does not check type of argument
by Bram Moolenaar
· 5 years ago
e13bdec
patch 8.2.1855: Vim9: get error message when nothing is wrong
by Bram Moolenaar
· 5 years ago
1e021e6
patch 8.2.1854: Vim9: crash when throwing exception for NULL string
by Bram Moolenaar
· 5 years ago
9becdf2
patch 8.2.1826: Vim9: cannot use a {} block at script level
by Bram Moolenaar
· 5 years ago
c1f0066
patch 8.2.1789: Vim9: crash with invalid list constant
by Bram Moolenaar
· 6 years ago
cfcd011
patch 8.2.1756: Vim9: :let will soon be disallowed
by Bram Moolenaar
· 6 years ago
30fd820
patch 8.2.1744: Vim9: using ":const!" is weird
by Bram Moolenaar
· 6 years ago
10e4f12
patch 8.2.1719: Vim9: no error if comma is missing in between arguments
by Bram Moolenaar
· 6 years ago
916911f
patch 8.2.1699: build failure due to missing error message
by Bram Moolenaar
· 6 years ago
7707228
patch 8.2.1697: inconsistent capitalization of error messages
by Bram Moolenaar
· 6 years ago
5e65423
patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected
by Bram Moolenaar
· 6 years ago
0b4c66c
patch 8.2.1685: Vim9: cannot declare a constant value
by Bram Moolenaar
· 6 years ago
8b848ca
patch 8.2.1657: Vim9: no proper error for nested ":def!"
by Bram Moolenaar
· 6 years ago
44d6652
patch 8.2.1632: not checking the context of test_fails()
by Bram Moolenaar
· 6 years ago
b06a6d5
patch 8.2.1537: memory acccess error when using setcellwidths()
by Bram Moolenaar
· 6 years ago
08aac3c
patch 8.2.1535: it is not possible to specify cell widths of characters
by Bram Moolenaar
· 6 years ago
d70840e
patch 8.2.1506: Vim9: no error when using a number other than 0 or 1 as bool
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
cc673e7
patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"
by Bram Moolenaar
· 6 years ago
56acb09
patch 8.2.1465: Vim9: subscript not handled properly
by Bram Moolenaar
· 6 years ago
11107ba
patch 8.2.1462: Vim9: string slice not supported yet
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