Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
ab5894638413748fcedfe28691e6c27893924520
/
src
/
testdir
ab58946
patch 8.2.1146: not enough testing for Python
by Bram Moolenaar
· 6 years ago
0ad3e89
patch 8.2.1145: Vim9: "for" only accepts a list at compile time
by Bram Moolenaar
· 6 years ago
6762735
patch 8.2.1144: Vim9: return type of reverse() is any
by Bram Moolenaar
· 6 years ago
ad7c249
patch 8.2.1143: Vim9: return type of remove() is any
by Bram Moolenaar
· 6 years ago
252e88a
patch 8.2.1142: Vim9: return type of insert() is any
by Bram Moolenaar
· 6 years ago
0d94ad6
patch 8.2.1141: Vim9: return type of filter() is any
by Bram Moolenaar
· 6 years ago
b3c019c
patch 8.2.1140: Vim9: return type of extend() is any
by Bram Moolenaar
· 6 years ago
8f510af
patch 8.2.1139: Vim9: test for silent echo fails in some environments
by Bram Moolenaar
· 6 years ago
a66ba01
patch 8.2.1138: Vim9: return type of copy() and deepcopy() is any
by Bram Moolenaar
· 6 years ago
47e7d70
patch 8.2.1137: Vim9: modifiers not cleared after compiling function
by Bram Moolenaar
· 6 years ago
846178a
patch 8.2.1136: Vim9: return type of argv() is always any
by Bram Moolenaar
· 6 years ago
50788ef
patch 8.2.1135: Vim9: getting a dict member may not work
by Bram Moolenaar
· 6 years ago
435d897
patch 8.2.1134: Vim9: getting a list member may not work
by Bram Moolenaar
· 6 years ago
fce82b3
patch 8.2.1133: Vim9: return type of add() is not specific enough
by Bram Moolenaar
· 6 years ago
9978d47
patch 8.2.1132: Vim9: return type of repeat() is not specific enough
by Bram Moolenaar
· 6 years ago
05a5551
patch 8.2.1131: Vim9: error message for returning a value is not clear
by Bram Moolenaar
· 6 years ago
788123c
patch 8.2.1130: Vim9: bar not recognized after function call
by Bram Moolenaar
· 6 years ago
e9f262b
patch 8.2.1129: Vim9: bar not recognized after not compiled command
by Bram Moolenaar
· 6 years ago
3f40ce7
patch 8.2.1128: the write message mentions characters, but it's bytes
by Bram Moolenaar
· 6 years ago
fb9d5c5
patch 8.2.1127: Vim9: getting a dict member may not work
by Bram Moolenaar
· 6 years ago
eeb27bf
patch 8.2.1126: Vim9: using :copen causes an error
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
effb0cd
patch 8.2.1123: Python 3 test is old style
by Bram Moolenaar
· 6 years ago
442af2f
patch 8.2.1122: Vim9: line continuation in dict member not recognized
by Bram Moolenaar
· 6 years ago
743d062
patch 8.2.1121: command completion not working after ++arg
by Bram Moolenaar
· 6 years ago
92fdd1e
patch 8.2.1120: Python code not tested properly
by Bram Moolenaar
· 6 years ago
d2ef6b3
patch 8.2.1116: Vim9: parsing command checks for list twice
by Bram Moolenaar
· 6 years ago
c19fd91
patch 8.2.1115: iminsert test fails when compiled with VIMDLL
by Bram Moolenaar
· 6 years ago
1112c0f
patch 8.2.1114: terminal test sometimes times out
by Bram Moolenaar
· 6 years ago
a0d072e
patch 8.2.1113: no test for verbose output of :call
by Bram Moolenaar
· 6 years ago
5f19593
patch 8.2.1112: Vim9: no line continuation allowed in method call
by Bram Moolenaar
· 6 years ago
e6b5324
patch 8.2.1110: Vim9: line continuation does not work in function arguments
by Bram Moolenaar
· 6 years ago
d58d4f9
patch 8.2.1108: mouse left-right scroll is not supported in terminal window
by Bram Moolenaar
· 6 years ago
ef8c617
patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI
by Bram Moolenaar
· 6 years ago
8e6cbb7
patch 8.2.1106: crash when trying to use s: variable in typed command
by Bram Moolenaar
· 6 years ago
e49b8e8
patch 8.2.1105: insufficient test coverage for Lua
by Bram Moolenaar
· 6 years ago
be7a50c
patch 8.2.1101: no error when using wrong arguments for setqflist()
by Bram Moolenaar
· 6 years ago
47e880d
patch 8.2.1100: Vim9: cannot use line break in :execute argument
by Bram Moolenaar
· 6 years ago
37c8371
patch 8.2.1099: Vim9: cannot use line break in :cexpr argument
by Bram Moolenaar
· 6 years ago
006ad48
patch 8.2.1098: Vim9: cannot use line break in :throw argument
by Bram Moolenaar
· 6 years ago
de8f0f4
patch 8.2.1097: highlight code not sufficiently tested
by Bram Moolenaar
· 6 years ago
f151ad1
patch 8.2.1096: Vim9: return type of getqflist() is wrong
by Bram Moolenaar
· 6 years ago
fda20c4
patch 8.2.1083: crash when using reduce() on a NULL list
by Bram Moolenaar
· 6 years ago
a1f9f86
patch 8.2.1081: Lua: cannot use table.insert() and table.remove()
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
75e1567
patch 8.2.1077: no enough test coverage for highlighting
by Bram Moolenaar
· 6 years ago
faf8626
patch 8.2.1076: Vim9: no line break allowed in :if expression
by Bram Moolenaar
· 6 years ago
7e8967f
patch 8.2.1075: Vim9: no line break allowed in :echo expression
by Bram Moolenaar
· 6 years ago
9215f01
patch 8.2.1074: Vim9: no line break allowed after some operators
by Bram Moolenaar
· 6 years ago
7a4981b
patch 8.2.1073: Vim9: no line break allowed in () expression
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
8ea9390
patch 8.2.1068: Vim9: no line break allowed inside a dict
by Bram Moolenaar
· 6 years ago
0b1cd52
patch 8.2.1067: expression "!expr->func()" does not work
by Bram Moolenaar
· 6 years ago
bd84617
patch 8.2.1066: Lua arrays are zero based
by Bram Moolenaar
· 6 years ago
7147820
patch 8.2.1065: Vim9: no line break allowed inside a list
by Bram Moolenaar
· 6 years ago
e6536aa
patch 8.2.1064: Vim9: no line break allowed before comperators
by Bram Moolenaar
· 6 years ago
be7ee48
patch 8.2.1063: Vim9: no line break allowed before || or &&
by Bram Moolenaar
· 6 years ago
793648f
patch 8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2"
by Bram Moolenaar
· 6 years ago
5d3c9f8
patch 8.2.1061: insufficient testing for src/window.c
by Bram Moolenaar
· 6 years ago
5f36d5f
patch 8.2.1060: not all elinks files are recognized
by Bram Moolenaar
· 6 years ago
cf84417
patch 8.2.1059: crash when using :tabonly in an autocommand
by Bram Moolenaar
· 6 years ago
fc838d6
patch 8.2.1058: multiline conceal causes display errors
by Bram Moolenaar
· 6 years ago
211dd3f
patch 8.2.1056: wrong display when mixing match conceal and syntax conceal
by Bram Moolenaar
· 6 years ago
73b4465
patch 8.2.1055: no filetype set for pacman config files
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
832adf9
patch 8.2.1053: insufficient testing for 'statusline' and 'tabline'
by Bram Moolenaar
· 6 years ago
ca275a0
patch 8.2.1051: crash when changing a list while using reduce() on it
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
b7e2483
patch 8.2.1046: insufficient tests for src/buffer.c
by Bram Moolenaar
· 6 years ago
67fbdfe
patch 8.2.1045: Vim9: line break before operator does not work
by Bram Moolenaar
· 6 years ago
ef6d86c
patch 8.2.1044: not all systemd file types are recognized
by Bram Moolenaar
· 6 years ago
4014e2c
patch 8.2.1043: %a item in 'statusline' not tested
by Bram Moolenaar
· 6 years ago
df069ee
patch 8.2.1042: Vim9: cannot put an operator on the next line
by Bram Moolenaar
· 6 years ago
7eaafe6
patch 8.2.1041: test summary is missing executed count
by Bram Moolenaar
· 6 years ago
bdd2c29
patch 8.2.1040: not enough testing for movement commands
by Bram Moolenaar
· 6 years ago
25fd267
patch 8.2.1039: cannot put NUL byte on clipboard
by Bram Moolenaar
· 6 years ago
b2b218d
patch 8.2.1038: popupwin test fails
by Bram Moolenaar
· 6 years ago
acd4c5e
patch 8.2.1037: Vim9: crash when using line continuation inside :def
by Bram Moolenaar
· 6 years ago
373c651
patch 8.2.1036: popupwin test fails sometimes
by Bram Moolenaar
· 6 years ago
7633fe5
patch 8.2.1035: setreg() does not always clear the register
by Bram Moolenaar
· 6 years ago
8d94379
patch 8.2.1033: not easy to read the test time in the test output
by Bram Moolenaar
· 6 years ago
23c5527
patch 8.2.1029: Vim9: cannot chain function calls with -> at line start
by Bram Moolenaar
· 6 years ago
e55b1c0
patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable
by Bram Moolenaar
· 6 years ago
a3b7fdc
patch 8.2.1026: Vim9: cannot break the line after "->"
by Bram Moolenaar
· 6 years ago
8c524f7
patch 8.2.1025: tabpage menu and tabline not sufficiently tested
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
845e0ee
patch 8.2.1022: various parts of code not covered by tests
by Bram Moolenaar
· 6 years ago
a190548
patch 8.2.1021: Ruby interface not tested enough
by Bram Moolenaar
· 6 years ago
b326edf
patch 8.2.1020: popupwin test fails in the GUI
by Bram Moolenaar
· 6 years ago
20298ce
patch 8.2.1015: popup filter gets key with modifier prepended
by Bram Moolenaar
· 6 years ago
ec9b017
patch 8.2.1013: channel tests can be a bit flaky
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
c5b1c20
patch 8.2.1009: Vim9: some failures not checked for
by Bram Moolenaar
· 6 years ago
0779fab
patch 8.2.1008: Vim9: no test for disassambling newly added instructions
by Bram Moolenaar
· 6 years ago
c8cb883
patch 8.2.1007: completion doesn't work after ":r ++arg !"
by Bram Moolenaar
· 6 years ago
efd8855
patch 8.2.1006: Vim9: require unnecessary return statement
by Bram Moolenaar
· 6 years ago
511feec
patch 8.2.1004: line numbers below filler lines not always updated
by Bram Moolenaar
· 6 years ago
865af6b
patch 8.2.1003: Vim9: return type of sort() is too generic
by Bram Moolenaar
· 6 years ago
Next »