Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
2d1c57ed3dd25c44b41b9ddd4cf63c01ae89007e
/
src
/
structs.h
c70fe46
patch 8.2.2775: Vim9: wrong line number used for some commands
by Bram Moolenaar
· 5 years ago
701cc6c
patch 8.2.2742: Vim9: when compiling a function fails it is cleared
by Bram Moolenaar
· 5 years ago
e8c4660
patch 8.2.2725: Vim9: message about compiling is wrong when using try/catch
by Bram Moolenaar
· 5 years ago
38a3bfa
patch 8.2.2677: Vim9: cannot use only some of the default arguments
by Bram Moolenaar
· 5 years ago
67da21a
patch 8.2.2636: memory leak when compiling inline function
by Bram Moolenaar
· 5 years ago
eed9d46
patch 8.2.2518: 'listchars' should be window-local
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
983d83f
patch 8.2.2476: using freed memory when splitting window while closing buffer
by Bram Moolenaar
· 5 years ago
6a12e33
patch 8.2.2438: out of bounds compiler warning
by Bram Moolenaar
· 5 years ago
f002a41
patch 8.2.2401: build fails without +profiling feature
by Bram Moolenaar
· 5 years ago
b204990
patch 8.2.2400: Vim9: compiled functions are not profiled
by Bram Moolenaar
· 5 years ago
9567efa
patch 8.2.2332: Vim9: missing :endif not reported when using :windo
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
0186e58
patch 8.2.2322: Vim9: closure nested limiting to one level
by Bram Moolenaar
· 5 years ago
ab36052
patch 8.2.2321: Vim9: cannot nest closures
by Bram Moolenaar
· 5 years ago
657137c
patch 8.2.2319: "exptype_T" can be read as "expected type"
by Bram Moolenaar
· 5 years ago
32b3f82
patch 8.2.2306: Vim9: when using function reference type is not checked
by Bram Moolenaar
· 5 years ago
d93a7fc
patch 8.2.2295: incsearch does not detect empty pattern properly
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
8242ebb
patch 8.2.2242: Vim9: bar line continuation does not work at script level
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
2b32700
patch 8.2.2222: Vim9: cannot keep script variables when reloading
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
cd45ed0
patch 8.2.2188: Vim9: crash when calling global function from :def function
by Bram Moolenaar
· 5 years ago
f4e2099
patch 8.2.2182: Vim9: value of 'magic' is still relevant
by Bram Moolenaar
· 5 years ago
f112f30
patch 8.2.2170: Vim9: a global function defined in a :def function fails
by Bram Moolenaar
· 5 years ago
a452b80
patch 8.2.2077: build failure with small features
by Bram Moolenaar
· 5 years ago
4324d87
patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range
by Bram Moolenaar
· 5 years ago
6a07644
patch 8.2.1990: cursor position wrong in terminal popup with finished job
by Bram Moolenaar
· 5 years ago
cbcd9cb
patch 8.2.1966: popup becomes current window after closing a terminal window
by Bram Moolenaar
· 5 years ago
2228689
patch 8.2.1961: various comments can be improved
by Bram Moolenaar
· 5 years ago
8133cc6
patch 8.2.1909: number of status line items is limited to 80
by Bram Moolenaar
· 5 years ago
e100440
patch 8.2.1898: command modifier parsing always uses global cmdmod
by Bram Moolenaar
· 5 years ago
5661ed6
patch 8.2.1897: command modifiers are saved and set inconsistently
by Bram Moolenaar
· 5 years ago
f4c6e1e
patch 8.2.1894: Vim9: command modifiers are not supported
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
9becdf2
patch 8.2.1826: Vim9: cannot use a {} block at script level
by Bram Moolenaar
· 5 years ago
fcdc5d8
patch 8.2.1824: Vim9: variables at the script level escape their scope
by Bram Moolenaar
· 5 years ago
85d5e2b
patch 8.2.1819: Vim9: Memory leak when using a closure
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
2bb2658
patch 8.2.1795: Vim9: operators && and || have a confusing result
by Bram Moolenaar
· 6 years ago
fb489af
patch 8.2.1692: build fails because TTFLAG_STATIC is missing
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
29a86ff
patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expected
by Bram Moolenaar
· 6 years ago
6defa7b
patch 8.2.1636: get stuck if a popup filter causes an error
by Bram Moolenaar
· 6 years ago
39f7aa3
patch 8.2.1556: cursorline highlighting always overrules sign highlighting
by Bram Moolenaar
· 6 years ago
20b23c6
patch 8.2.1492: build failures
by Bram Moolenaar
· 6 years ago
66250c9
patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment
by Bram Moolenaar
· 6 years ago
097148e
patch 8.2.1422: the Mac GUI implementation is outdated
by Bram Moolenaar
· 6 years ago
f9b2b49
patch 8.2.1373: Vim9: no error for assigning to non-existing script var
by Bram Moolenaar
· 6 years ago
38ddf33
patch 8.2.1329: Vim9: cannot define global function inside :def function
by Bram Moolenaar
· 6 years ago
de2396f
patch 8.2.1239: "maxwidth" in 'completepopup' not obeyed
by Bram Moolenaar
· 6 years ago
49fe0d6
patch 8.2.1208: build failure
by Bram Moolenaar
· 6 years ago
985116a
patch 8.2.1191: Vim9: crash when function calls itself
by Bram Moolenaar
· 6 years ago
8e2730a
patch 8.2.1161: Vim9: using freed memory
by Bram Moolenaar
· 6 years ago
7a4b898
patch 8.2.1155: Vim9: cannot handle line break inside lambda
by Bram Moolenaar
· 6 years ago
c620c05
patch 8.2.1154: Vim9: crash when using imported function
by Bram Moolenaar
· 6 years ago
b7a78f7
patch 8.2.1080: Vim9: no line break allowed in a for loop
by Bram Moolenaar
· 6 years ago
d5053d0
patch 8.2.1079: Vim9: no line break allowed in a while loop
by Bram Moolenaar
· 6 years ago
e40fbc2
patch 8.2.1071: Vim9: no line break allowed inside a lambda
by Bram Moolenaar
· 6 years ago
801ab06
patch 8.2.1054: not so easy to pass a lua function to Vim
by Bram Moolenaar
· 6 years ago
b171fb1
patch 8.2.1049: Vim9: leaking memory when using continuation line
by Bram Moolenaar
· 6 years ago
9d40c63
patch 8.2.1048: build failure without the eval feature
by Bram Moolenaar
· 6 years ago
5409f5d
patch 8.2.1047: Vim9: script cannot use line continuation like :def function
by Bram Moolenaar
· 6 years ago
6797966
patch 8.2.1024: Vim9: no error for using "let g:var = val"
by Bram Moolenaar
· 6 years ago
0cb5bcf
patch 8.2.1023: Vim9: redefining a function uses a new index every time
by Bram Moolenaar
· 6 years ago
215f49c
patch 8.2.0955: build fails
by Bram Moolenaar
· 6 years ago
a9c0104
patch 8.2.0918: duplicate code for evaluating expression argument
by Bram Moolenaar
· 6 years ago
adc17a5
patch 8.2.0915: search() cannot skip over matches like searchpair() can
by Bram Moolenaar
· 6 years ago
002bc79
patch 8.2.0909: cannot go back to the previous local directory
by Bram Moolenaar
· 6 years ago
e35a52a
patch 8.2.0865: syntax foldlevel is taken from the start of the line
by Bram Moolenaar
· 6 years ago
d881b51
patch 8.2.0864: pragmas are indented all the way to the left
by Bram Moolenaar
· 6 years ago
e023e88
patch 8.2.0863: cannot set a separate color for underline/undercurl
by Bram Moolenaar
· 6 years ago
a9d4b84
patch 8.2.0844: text properties crossing lines not handled correctly
by Bram Moolenaar
· 6 years ago
25e0f58
patch 8.2.0823: Vim9: script reload test is disabled
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
b68b346
patch 8.2.0703: Vim9: closure cannot store value in outer context
by Bram Moolenaar
· 6 years ago
f7779c6
patch 8.2.0684: Vim9: memory leak when using lambda
by Bram Moolenaar
· 6 years ago
bf67ea1
patch 8.2.0679: Vim9: incomplete support for closures
by Bram Moolenaar
· 6 years ago
c8cd2b3
patch 8.2.0677: Vim9: no support for closures
by Bram Moolenaar
· 6 years ago
1378fbc
patch 8.2.0543: Vim9: function with varargs does not work properly
by Bram Moolenaar
· 6 years ago
a65c288
patch 8.2.0530: test crashes on s390
by Bram Moolenaar
· 6 years ago
4c68375
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
by Bram Moolenaar
· 6 years ago
5deeb3f
patch 8.2.0512: Vim9: no optional arguments in func type
by Bram Moolenaar
· 6 years ago
d77a852
patch 8.2.0508: Vim9: func and partial types not done yet
by Bram Moolenaar
· 6 years ago
83d4790
patch 8.2.0455: cannot set the highlight group for a specific terminal
by Bram Moolenaar
· 6 years ago
20431c9
patch 8.2.0419: various memory leaks in Vim9 script code
by Bram Moolenaar
· 6 years ago
b3f7406
patch 8.2.0320: no Haiku support
by Bram Moolenaar
· 6 years ago
c593bec
patch 8.2.0315: build failure on HP-UX system
by Bram Moolenaar
· 6 years ago
b81f56f
patch 8.2.0309: window-local values have confusing name
by Bram Moolenaar
· 6 years ago
f9706e9
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
by Bram Moolenaar
· 6 years ago
82f654e
patch 8.2.0271: the "num64" feature is available everywhere
by Bram Moolenaar
· 6 years ago
170fcfc
patch 8.2.0222: Vim9: optional function arguments don't work yet
by Bram Moolenaar
· 6 years ago
2110927
patch 8.2.0181: problems parsing :term arguments
by Bram Moolenaar
· 6 years ago
0ff6aad
patch 8.2.0173: build fails with old compiler
by Bram Moolenaar
· 6 years ago
Next »