aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_quickfix.vim
Commit message (Expand)AuthorAge
* vim-patch:8.2.3813: confusing error when using :cc without error list (#19978)zeertzjq2022-08-28
* vim-patch:9.0.0097: long quickfix line is truncated for :clist (#19561)zeertzjq2022-07-28
* vim-patch:8.2.2426: allowing 'completefunc' to switch windows causes troublezeertzjq2022-07-17
* vim-patch:8.2.1984: cannot use :vimgrep in omni completionzeertzjq2022-07-17
* vim-patch:8.2.1040: not enough testing for movement commandszeertzjq2022-07-17
* vim-patch:8.2.1061: insufficient testing for src/window.c (#19384)zeertzjq2022-07-16
* vim-patch:8.2.0293: various Ex commands not sufficiently testedzeertzjq2022-07-12
* vim-patch:8.2.0275: some Ex code not covered by testszeertzjq2022-07-12
* vim-patch:8.2.0243: insufficient code coverage for ex_docmd.c functionszeertzjq2022-07-12
* vim-patch:8.2.{0212,0250}zeertzjq2022-07-12
* vim-patch:8.2.0261: some code not covered by testszeertzjq2022-07-02
* revert: "oldtests: use expand() to fix pathsep" (#19073)zeertzjq2022-06-26
* docs: typo fixes (#17859)dundargoc2022-04-15
* test(old): fix mistakes in porting Vim patches 8.1.1362 and 8.1.1585 (#18080)zeertzjq2022-04-12
* vim-patch:8.2.4327: may end up with no current bufferzeertzjq2022-03-26
* vim-patch:8.2.4281: using freed memory with :lopen and :bwipezeertzjq2022-03-26
* vim-patch:8.2.3762: if quickfix buffer is wiped out getqflist() still returns itVVKot2022-03-13
* vim-patch:8.2.3759: quickfix buffer becomes hidden while still in a windowVVKot2022-03-13
* test(old): add some missing tests from Vim patches 8.1.2320 and 8.1.2360zeertzjq2022-03-13
* vim-patch:8.1.1015: quickfix buffer shows up in list, can't get buffer numberJan Edmund Lazo2022-03-13
* vim-patch:8.1.0892: failure when closing a window when location list is in useVVKot2022-03-13
* vim-patch:8.1.0877: new buffer used every time the quickfix window is openedJan Edmund Lazo2022-03-13
* vim-patch:8.2.0156: various typos in source files and testszeertzjq2022-02-14
* vim-patch:8.2.4329: no support for end line number and column in 'errorformat'zeertzjq2022-02-09
* vim-patch:8.2.2813: cannot grep using fuzzy matchingSean Dewar2022-02-07
* vim-patch:8.2.0687: some tests do not work on FreeBSDzeertzjq2022-02-04
* vim-patch:8.1.2358: tests fail on Cirrus CI for FreeBSDzeertzjq2022-02-04
* feat(eval/method): partially port v8.1.1996Sean Dewar2021-11-26
* fix: for reviewsShougo Matsushita2021-11-19
* fix: remove previous executed directories to execute tests locallyShougo Matsushita2021-11-19
* vim-patch:8.2.3547: opening the quickfix window triggers BufWinEnter twice (#...Yorick Peterse2021-10-23
* fix(f_insert): partially port v8.2.0634Sean Dewar2021-09-15
* feat(defaults): switchbuf=uselast #15394Gregory Anders2021-08-16
* vim-patch:8.2.3254: win_gettype() does not recognize a quickfix windowJan Edmund Lazo2021-07-31
* vim-patch:8.2.3163: location list window may open a wrong fileJan Edmund Lazo2021-07-31
* vim-patch:8.2.3025: not enough tests for quickfix end_col and end_lnumJan Edmund Lazo2021-07-31
* vim-patch:8.2.3019: location list only has the start position.Jan Edmund Lazo2021-07-31
* refactor: remove all mentions to `curbuf_lock`Thomas Vigouroux2021-07-08
* vim-patch:8.2.3018: 'quickfixtextfunc' formatting is lost when switching buff...Yorick Peterse2021-06-26
* vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo2021-06-23
* vim-patch:8.2.0936: some terminals misinterpret the code for getting cursor s...Jan Edmund Lazo2021-06-13
* vim-patch:8.2.1591: using winheight('.') in tests works but is wrongJan Edmund Lazo2021-05-21
* vim-patch:8.1.2339: insufficient testing for quickfixJan Edmund Lazo2021-05-21
* vim-patch:8.1.2320: insufficient test coverage for quickfixJan Edmund Lazo2021-05-21
* vim-patch:8.2.0959: using 'quickfixtextfunc' is a bit slowkevinhwang912021-05-20
* vim-patch:8.2.0933: 'quickfixtextfunc' does not get window ID of location listkevinhwang912021-05-20
* vim-patch:8.2.0869: it is not possible to customize the quickfix window contentskevinhwang912021-05-20
* Revert "vim-patch:8.1.1378: delete() can not handle a file name that looks li...Marco Hinz2021-05-12
* vim-patch:8.1.1378: delete() can not handle a file name that looks like a pat...Shougo2021-05-07
* test/old: use CheckFunction, enable more testsJan Edmund Lazo2021-03-27