Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
1c991144c502ade477e1a32fdfd0f78b6299fdc7
/
src
/
testdir
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
ceb2e77
patch 8.2.1002: test may fail when run directly
by Bram Moolenaar
· 6 years ago
72abcf4
patch 8.2.1001: Vim9: crash with nested "if" and assignment
by Bram Moolenaar
· 6 years ago
158ea17
patch 8.2.1000: get error when leaving Ex mode with :visual
by Bram Moolenaar
· 6 years ago
2f03e5a
patch 8.2.0999: moving to next sentence gets stuck on quote
by Bram Moolenaar
· 6 years ago
3d9207a
patch 8.2.0998: not all tag code is tested
by Bram Moolenaar
· 6 years ago
856c111
patch 8.2.0997: cannot execute a register containing line continuation
by Bram Moolenaar
· 6 years ago
40a019f
patch 8.2.0996: using "aucmdwin" in win_gettype() is not ideal
by Bram Moolenaar
· 6 years ago
e17f881
patch 8.2.0995: insufficient testing for the readdir() sort option
by Bram Moolenaar
· 6 years ago
9bb3eb3
patch 8.2.0994: Vim9: missing function causes compilation error
by Bram Moolenaar
· 6 years ago
f7d267e
patch 8.2.0993: Vim9 script test fails with normal features
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
0fe937f
patch 8.2.0991: cannot get window type for autocmd and preview window
by Bram Moolenaar
· 6 years ago
a1bc6f1
patch 8.2.0990: Using duplicate error number
by Bram Moolenaar
· 6 years ago
84cf6bd
patch 8.2.0988: getting directory contents is always case sorted
by Bram Moolenaar
· 6 years ago
9af7876
patch 8.2.0987: Vim9: cannot assign to [var; var]
by Bram Moolenaar
· 6 years ago
c70222d
patch 8.2.0986: MS-Windows: functions test fails
by Bram Moolenaar
· 6 years ago
fdcbe3c
patch 8.2.0985: simplify() does not remove slashes from "///path"
by Bram Moolenaar
· 6 years ago
ab176ce
patch 8.2.0984: not using previous window when closing a shell popup window
by Bram Moolenaar
· 6 years ago
ad72350
patch 8.2.0983: SConstruct file type not recognized
by Bram Moolenaar
· 6 years ago
b340bae
patch 8.2.0982: insufficient testing for reading/writing files
by Bram Moolenaar
· 6 years ago
47a519a
patch 8.2.0981: Vim9: cannot compile "[var, var] = list"
by Bram Moolenaar
· 6 years ago
Next »