summaryrefslogtreecommitdiff
path: root/src/testdir/test_quickfix.vim
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0095: cannot specify exit code for :cquitv8.2.0095Bram Moolenaar2020-01-061-0/+25
* patch 8.1.2401: :cexpr does not handle | in expressionv8.1.2401Bram Moolenaar2019-12-061-6/+6
* patch 8.1.2360: quickfix test coverage can still be improvedv8.1.2360Bram Moolenaar2019-11-291-5/+44
* patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar2019-11-291-0/+1
* patch 8.1.2340: quickfix test fails under valgrind and asanv8.1.2340Bram Moolenaar2019-11-241-4/+9
* patch 8.1.2339: insufficient testing for quickfixv8.1.2339Bram Moolenaar2019-11-241-13/+40
* patch 8.1.2322: quickfix test fails in very big terminalv8.1.2322Bram Moolenaar2019-11-191-2/+9
* patch 8.1.2320: insufficient test coverage for quickfixv8.1.2320Bram Moolenaar2019-11-181-12/+164
* patch 8.1.2315: not always using the right window when jumping to an errorv8.1.2315Bram Moolenaar2019-11-171-0/+8
* patch 8.1.2310: no proper test for directory changes in quickfixv8.1.2310Bram Moolenaar2019-11-161-0/+42
* patch 8.1.2220: :cfile does not abort like other quickfix commandsv8.1.2220Bram Moolenaar2019-10-261-1/+91
* patch 8.1.2154: quickfix window height wrong when there is a tablinev8.1.2154Bram Moolenaar2019-10-161-0/+12
* patch 8.1.2040: no highlighting of current line in quickfix windowv8.1.2040Bram Moolenaar2019-09-151-0/+26
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-081-1/+1
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-061-2/+2
* patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar2019-09-011-1/+1
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-89/+89
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-3/+2
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-201-96/+103
* patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar2019-05-051-0/+14
* patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar2019-05-051-1/+70
* patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar2019-05-041-8/+40
* patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar2019-05-031-0/+110
* patch 8.1.1245: ":copen 10" sets height in full-height windowv8.1.1245Bram Moolenaar2019-05-021-0/+9
* patch 8.1.1134: buffer for quickfix window is reused for another filev8.1.1134Bram Moolenaar2019-04-071-0/+14
* patch 8.1.1112: duplicate code in quickfix filev8.1.1112Bram Moolenaar2019-04-041-0/+6
* patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar2019-03-171-6/+12
* patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar2019-03-021-0/+10
* patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar2019-02-101-5/+53
* patch 8.1.0877: new buffer used every time the quickfix window is openedv8.1.0877Bram Moolenaar2019-02-051-0/+43
* patch 8.1.0859: "%v" in 'errorformat' does handle multi-byte charactersv8.1.0859Bram Moolenaar2019-01-311-0/+56
* patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar2019-01-111-0/+57
* patch 8.1.0622: adding quickfix items marks items as valid errorsv8.1.0622Bram Moolenaar2018-12-221-0/+22
* patch 8.1.0523: opening window from quickfix leaves empty buffer behindv8.1.0523Bram Moolenaar2018-11-111-0/+46
* patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar2018-10-281-0/+15
* patch 8.1.0489: crash when autocmd clears vimpgrep location listv8.1.0489Bram Moolenaar2018-10-211-0/+42
* patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar2018-10-201-0/+21
* patch 8.1.0469: too often indexing in qf_lists[]v8.1.0469Bram Moolenaar2018-10-111-0/+2
* patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345Bram Moolenaar2018-09-021-3/+43
* patch 8.1.0337: :file fails in quickfix commandv8.1.0337Bram Moolenaar2018-08-301-0/+29
* patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315Bram Moolenaar2018-08-211-0/+14
* patch 8.1.0289: cursor moves to wrong column after quickfix jumpv8.1.0289Bram Moolenaar2018-08-151-0/+9
* patch 8.1.0259: no test for fixed quickfix issuev8.1.0259Bram Moolenaar2018-08-091-0/+24
* patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar2018-07-251-0/+18
* patch 8.1.0165: :clist output can be very longv8.1.0165Bram Moolenaar2018-07-081-0/+17
* patch 8.1.0145: test with grep is failing on MS-Windowsv8.1.0145Bram Moolenaar2018-07-031-8/+11
* patch 8.1.0141: :cexpr no longer jumps to the first errorv8.1.0141Bram Moolenaar2018-07-031-3/+114
* patch 8.1.0073: crash when autocommands call setloclist()v8.1.0073Bram Moolenaar2018-06-181-0/+11