summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0030: "gF" does not work on output of "verbose command"v8.2.0030Bram Moolenaar2019-12-221-0/+8
* patch 8.2.0029: MS-Windows: crash with empty job commandv8.2.0029Bram Moolenaar2019-12-211-7/+6
* patch 8.2.0028: searchpairpos() is not testedv8.2.0028Bram Moolenaar2019-12-211-12/+95
* patch 8.2.0024: filetype Rego not recognizedv8.2.0024Bram Moolenaar2019-12-191-0/+1
* patch 8.2.0023: command line editing not sufficiently testedv8.2.0023Bram Moolenaar2019-12-184-14/+89
* patch 8.2.0021: timer test fails too often on Travis with MacOSv8.2.0021Bram Moolenaar2019-12-181-5/+21
* patch 8.2.0020: mouse clicks in the command line not testedv8.2.0020Bram Moolenaar2019-12-181-42/+149
* patch 8.2.0019: cannot number of lines of another bufferv8.2.0019Bram Moolenaar2019-12-171-0/+10
* patch 8.2.0018: :join does not add white space where it shouldv8.2.0018Bram Moolenaar2019-12-171-0/+11
* patch 8.2.0016: test name used twice, option not restored properlyv8.2.0016Bram Moolenaar2019-12-171-2/+2
* patch 8.2.0015: not all modeline variants are testedv8.2.0015Bram Moolenaar2019-12-171-0/+109
* patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar2019-12-168-620/+565
* patch 8.2.0012: some undo functionality is not testedv8.2.0012Bram Moolenaar2019-12-151-1/+55
* patch 8.2.0011: screen updating wrong when opeing preview windowv8.2.0011Bram Moolenaar2019-12-152-0/+39
* patch 8.2.0010: test64 is old stylev8.2.0010Bram Moolenaar2019-12-156-1764/+668
* patch 8.2.0008: test72 is old stylev8.2.0008Bram Moolenaar2019-12-145-182/+186
* patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007Bram Moolenaar2019-12-142-0/+34
* patch 8.2.0006: test using long file name may failv8.2.0006Bram Moolenaar2019-12-141-1/+1
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-2/+25
* patch 8.2.0002: "dj" only deletes first line of closed foldv8.2.0002Bram Moolenaar2019-12-131-0/+25
* patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar2019-12-117-133/+104
* patch 8.1.2420: crash when calling popup_close() in win_execute()v8.1.2420Bram Moolenaar2019-12-111-0/+4
* patch 8.1.2419: with a long file name the hit-enter prompt appearsv8.1.2419Bram Moolenaar2019-12-112-0/+26
* patch 8.1.2418: bufnr('$') is wrong after recycling popup bufferv8.1.2418Bram Moolenaar2019-12-101-0/+17
* patch 8.1.2416: loading menus sets v:errmsgv8.1.2416Bram Moolenaar2019-12-101-0/+6
* patch 8.1.2412: crash when evaluating expression with errorv8.1.2412Bram Moolenaar2019-12-081-0/+5
* patch 8.1.2410: MS-Windows: test_iminsert fails without IME supportv8.1.2410Bram Moolenaar2019-12-071-1/+7
* patch 8.1.2405: matchadd_conceal test fails under valgrindv8.1.2405Bram Moolenaar2019-12-071-2/+4
* patch 8.1.2404: channel test fails under valgrindv8.1.2404Bram Moolenaar2019-12-071-1/+2
* patch 8.1.2403: autocmd test fails under valgrindv8.1.2403Bram Moolenaar2019-12-071-2/+2
* patch 8.1.2402: typos and other small thingsv8.1.2402Bram Moolenaar2019-12-062-1/+4
* patch 8.1.2401: :cexpr does not handle | in expressionv8.1.2401Bram Moolenaar2019-12-061-6/+6
* patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar2019-12-066-122/+155
* patch 8.1.2399: info popup on top of cursor if it doesn't fitv8.1.2399Bram Moolenaar2019-12-062-0/+60
* patch 8.1.2398: strptime() test fails on Japanese Macv8.1.2398Bram Moolenaar2019-12-061-1/+1
* patch 8.1.2390: test94 is old style, fix 7.4.441 not testedv8.1.2390Bram Moolenaar2019-12-056-382/+322
* patch 8.1.2386: 'wincolor' is not used for 'listchars'v8.1.2386Bram Moolenaar2019-12-042-0/+30
* patch 8.1.2385: opening cmdline window with feedkeys() does not workv8.1.2385Bram Moolenaar2019-12-041-0/+5
* patch 8.1.2384: test 48 is old stylev8.1.2384Bram Moolenaar2019-12-035-108/+134
* patch 8.1.2381: not all register related code is covered by testsv8.1.2381Bram Moolenaar2019-12-023-19/+206
* patch 8.1.2375: no suffucient testing for registersv8.1.2375Bram Moolenaar2019-12-013-0/+108
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-0122-133/+202
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-304-3/+4
* patch 8.1.2367: registers are not sufficiently testedv8.1.2367Bram Moolenaar2019-11-301-0/+86
* patch 8.1.2365: missing tests for recent popupwin changesv8.1.2365Bram Moolenaar2019-11-301-0/+58
* patch 8.1.2364: termwinscroll test is flaky on FreeBSDv8.1.2364Bram Moolenaar2019-11-302-2/+3
* patch 8.1.2363: ml_get error when accessing Visual area in 'statusline'v8.1.2363Bram Moolenaar2019-11-301-0/+22
* patch 8.1.2362: cannot place signs in a popup windowv8.1.2362Bram Moolenaar2019-11-301-0/+10
* patch 8.1.2361: MS-Windows: test failures related to VIMDLLv8.1.2361Bram Moolenaar2019-11-291-1/+1
* patch 8.1.2360: quickfix test coverage can still be improvedv8.1.2360Bram Moolenaar2019-11-291-5/+44