Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
0015795baafaf7983875f979f92339375fe5d8e2
0015795
patch 8.2.0571: double free when passing invalid argument to job_start()
by Bram Moolenaar
· 5 years ago
6e94978
patch 8.2.0570: Vim9: no error when omitting type from argument
by Bram Moolenaar
· 5 years ago
fbda69b
patch 8.2.0569: build failure with tiny version
by Bram Moolenaar
· 5 years ago
55b0fb7
patch 8.2.0568: the man filetype plugin overwrites the unnamed register
by Bram Moolenaar
· 5 years ago
2c33043
patch 8.2.0567: Vim9: cannot put comments halfway expressions
by Bram Moolenaar
· 5 years ago
1a2f4bf
patch 8.2.0566: Vim9: variable can be used uninitialized
by Bram Moolenaar
· 5 years ago
675f716
patch 8.2.0565: Vim9: tests contain superfluous line continuation
by Bram Moolenaar
· 5 years ago
23e0325
patch 8.2.0564: Vim9: calling a def function from non-vim9 may fail
by Bram Moolenaar
· 5 years ago
5e774c7
patch 8.2.0563: Vim9: cannot split a function line
by Bram Moolenaar
· 5 years ago
9c7e6dd
patch 8.2.0562: Vim9: cannot split an expression into multiple lines
by Bram Moolenaar
· 5 years ago
e6085c5
patch 8.2.0561: Vim9: cannot split function call in multiple lines
by Bram Moolenaar
· 5 years ago
2196bce
patch 8.2.0560: compiler warning in tiny build
by Bram Moolenaar
· 5 years ago
a80faa8
patch 8.2.0559: clearing a struct is verbose
by Bram Moolenaar
· 5 years ago
82de464
patch 8.2.0558: Vim9: dict code not covered by tests
by Bram Moolenaar
· 5 years ago
bfe13cc
patch 8.2.0557: no IPv6 support for channels
by Bram Moolenaar
· 5 years ago
c5f1ef5
patch 8.2.0556: Vim9: memory leak when finding common type
by Bram Moolenaar
· 5 years ago
4fdae99
patch 8.2.0555: Vim9: line continuation is not always needed
by Bram Moolenaar
· 5 years ago
acc770a
patch 8.2.0554: the GUI doesn't set t_Co
by Bram Moolenaar
· 5 years ago
cd630be
patch 8.2.0553: error for unused argument
by Bram Moolenaar
· 5 years ago
99aaf0c
patch 8.2.0552: Vim9: some errors not covered by tests
by Bram Moolenaar
· 5 years ago
1363a30
patch 8.2.0551: not all code for options is tested
by Bram Moolenaar
· 5 years ago
88c1ee8
patch 8.2.0550: some changes in the libvterm upstream code
by Bram Moolenaar
· 5 years ago
3b922f1
patch 8.2.0549: user systemd files not recognized
by Bram Moolenaar
· 5 years ago
08938ee
patch 8.2.0548: Vim9: not all possible func type errors tested
by Bram Moolenaar
· 5 years ago
e7f2341
patch 8.2.0547: Win32: restoring screen not always done right
by Bram Moolenaar
· 5 years ago
fe27081
patch 8.2.0546: Vim9: varargs implementation is inefficient
by Bram Moolenaar
· 5 years ago
d19a8f9
patch 8.2.0545: unused arguments ignored in non-standard way
by Bram Moolenaar
· 5 years ago
880e4d9
patch 8.2.0544: memory leak in search test
by Bram Moolenaar
· 5 years ago
1378fbc
patch 8.2.0543: Vim9: function with varargs does not work properly
by Bram Moolenaar
· 5 years ago
8832a34
patch 8.2.0542: no test for E386
by Bram Moolenaar
· 5 years ago
81ea1df
patch 8.2.0541: Travis CI does not give compiler warnings
by Bram Moolenaar
· 5 years ago
004a678
patch 8.2.0540: regexp and other code not tested
by Bram Moolenaar
· 5 years ago
d1caa94
Update runtime files
by Bram Moolenaar
· 5 years ago
7b293c7
patch 8.2.0539: comparing two NULL list fails
by Bram Moolenaar
· 5 years ago
9c8bb7c
patch 8.2.0538: Vim9: VAR_PARTIAL is not used during compilation
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
4d23c52
patch 8.2.0535: regexp patterns not fully tested
by Bram Moolenaar
· 5 years ago
25d5700
patch 8.2.0534: client-server test fails under valgrind
by Bram Moolenaar
· 5 years ago
6a2c5a7
patch 8.2.0533: tests using term_wait() can still be flaky
by Bram Moolenaar
· 5 years ago
7035fd9
patch 8.2.0532: cannot use simplify() as a method
by Bram Moolenaar
· 5 years ago
476a613
patch 8.2.0531: various errors not tested
by Bram Moolenaar
· 5 years ago
a65c288
patch 8.2.0530: test crashes on s390
by Bram Moolenaar
· 5 years ago
49cf7cc
patch 8.2.0529: Vim9: function argument with default not checked
by Bram Moolenaar
· 5 years ago
0b76b42
patch 8.2.0528: Vim9: function arguments insufficiently tested
by Bram Moolenaar
· 5 years ago
ec5929d
patch 8.2.0527: Vim9: function types insufficiently tested
by Bram Moolenaar
· 5 years ago
86b9a3e
patch 8.2.0526: Gcc 9 complains about empty statement
by Bram Moolenaar
· 5 years ago
40655d5
patch 8.2.0525: Win32: typo in assignment and misplaced paren
by Bram Moolenaar
· 5 years ago
c74fbfe
patch 8.2.0524: Win32: searching for file matches is slow
by Bram Moolenaar
· 5 years ago
00d253e
patch 8.2.0523: loops are repeated
by Bram Moolenaar
· 5 years ago
ee4e0c1
patch 8.2.0522: several errors are not tested for
by Bram Moolenaar
· 5 years ago
15352dc
patch 8.2.0521: crash when reading a blob fails
by Bram Moolenaar
· 5 years ago
6c307dc
patch 8.2.0520: tests are not listed in sorted order
by Bram Moolenaar
· 5 years ago
8922860
patch 8.2.0519: Vim9: return type not properly checked
by Bram Moolenaar
· 5 years ago
5ba8d35
patch 8.2.0518: a terminal falls back to setting $TERM to "xterm"
by Bram Moolenaar
· 5 years ago
4c68375
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
by Bram Moolenaar
· 5 years ago
f87a040
patch 8.2.0516: client-server code is spread out
by Bram Moolenaar
· 5 years ago
b8ed3aa
patch 8.2.0515: some compilers cannot add to "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
5d905c2
patch 8.2.0513: reading past allocate memory when using varargs
by Bram Moolenaar
· 5 years ago
5deeb3f
patch 8.2.0512: Vim9: no optional arguments in func type
by Bram Moolenaar
· 5 years ago
d7ffc0b
patch 8.2.0511: Cscope code not fully tested
by Bram Moolenaar
· 5 years ago
8d4ed11
patch 8.2.0510: Coverity complains about using uninitialized variable
by Bram Moolenaar
· 5 years ago
cde0ff3
patch 8.2.0509: various code is not properly tested.
by Bram Moolenaar
· 5 years ago
d77a852
patch 8.2.0508: Vim9: func and partial types not done yet
by Bram Moolenaar
· 5 years ago
5259275
patch 8.2.0507: getbufvar() may get the wrong dictionary
by Bram Moolenaar
· 5 years ago
d1e9dc2
patch 8.2.0506: Coverity complains about ignoring return value
by Bram Moolenaar
· 5 years ago
01603a9
patch 8.2.0505: term_getty() not sufficiently tested
by Bram Moolenaar
· 5 years ago
3cca299
patch 8.2.0504: Vim9: leaking scope memory when compilation fails
by Bram Moolenaar
· 5 years ago
585fea7
patch 8.2.0503: Vim9: some code is not tested
by Bram Moolenaar
· 5 years ago
e8c4abb
patch 8.2.0502: Vim9: some code is not tested
by Bram Moolenaar
· 5 years ago
2c869de
patch 8.2.0501: Vim9: script test fails when channel feature is missing
by Bram Moolenaar
· 5 years ago
aeea721
patch 8.2.0500: using the same loop in many places
by Bram Moolenaar
· 5 years ago
f10806b
patch 8.2.0499: calling a lambda is slower than evaluating a string
by Bram Moolenaar
· 5 years ago
4227c78
patch 8.2.0498: Coverity complains about uninitialized field
by Bram Moolenaar
· 5 years ago
e5bae13
patch 8.2.0497: too verbose output from the asan build in Travis
by Bram Moolenaar
· 5 years ago
a4d4cf4
patch 8.2.0496: Vim9: disassemble test fails
by Bram Moolenaar
· 5 years ago
80c34ca
patch 8.2.0495: Vim9: some code not tested
by Bram Moolenaar
· 5 years ago
ea94fbe
patch 8.2.0494: Vim9: asan error
by Bram Moolenaar
· 5 years ago
e69f6d0
patch 8.2.0493: Vim9: some error messages not tested
by Bram Moolenaar
· 5 years ago
a8c1770
patch 8.2.0492: Vim9: some error messages not tested
by Bram Moolenaar
· 5 years ago
2da0f0c
patch 8.2.0491: cannot recognize a <script> mapping using maparg()
by Bram Moolenaar
· 5 years ago
0afdcf8
patch 8.2.0490: Win32: VTP doesn't respect 'restorescreen'
by Bram Moolenaar
· 5 years ago
25b70c7
patch 8.2.0489: Vim9: memory leaks
by Bram Moolenaar
· 5 years ago
05afcee
patch 8.2.0488: Vim9: compiling can break when using a lambda inside :def
by Bram Moolenaar
· 5 years ago
bd5da37
patch 8.2.0487: Vim9: compiling not sufficiently tested
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
01b3862
patch 8.2.0485: Vim9 script test fails
by Bram Moolenaar
· 5 years ago
92dba36
patch 8.2.0484: Vim9: some error messages not tested
by Bram Moolenaar
· 5 years ago
d25ec2c
patch 8.2.0483: Vim9: "let x = x + 1" does not give an error
by Bram Moolenaar
· 5 years ago
ca68ae1
patch 8.2.0482: channel and sandbox code not sufficiently tested
by Bram Moolenaar
· 5 years ago
7d333a9
patch 8.2.0481: Travis is still using trusty
by Bram Moolenaar
· 5 years ago
0b37a2f
patch 8.2.0480: Vim9: some code is not tested
by Bram Moolenaar
· 5 years ago
2027973
patch 8.2.0479: unloading shared libraries on exit has no purpose
by Bram Moolenaar
· 5 years ago
5908fdf
patch 8.2.0478: new buffers are not added to the Buffers menu
by Bram Moolenaar
· 5 years ago
c58164c
patch 8.2.0477: Vim9: error messages not tested
by Bram Moolenaar
· 5 years ago
52ea92b
patch 8.2.0476: terminal nasty callback test fails sometimes
by Bram Moolenaar
· 5 years ago
bf54dbe
patch 8.2.0475: channel out_cb test still fails sometimes on Mac
by Bram Moolenaar
· 5 years ago
0fff441
patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmd
by Bram Moolenaar
· 5 years ago
8601545
patch 8.2.0473: variables declared in an outer scope
by Bram Moolenaar
· 5 years ago
Next »