aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.c
Commit message (Expand)AuthorAge
* refactor: replace char_uDundar Goc2022-07-02
* fix(coverity): redundant assert #19059Thomas Vigouroux2022-06-28
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* fix PVS warnings (#18459)dundargoc2022-05-15
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* Merge pull request #18254 from dundargoc/refactor/remove-char_ubfredl2022-04-27
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-04-25
* | fix: show autocmd output when F is in shortmess (#18251)Gregory Anders2022-04-25
|/
* vim-patch:8.2.2474: using freed memory when window is closed by autocommandzeertzjq2022-04-21
* vim-patch:8.2.4750: small pieces of dead code (#18113)dundargoc2022-04-15
* vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* vim-patch:8.2.4649: various formatting problemszeertzjq2022-03-30
* fix(PVS/V560): ignore false "conditional expression is always false" (#17830)dundargoc2022-03-24
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | 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
* | 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
* | fix(win_split_ins): do not fail when oldwin is not validzeertzjq2022-03-13
* | refactor(uncrustify): format all c filesDundar Göc2022-03-10
|/
* fix: close floating windows when calling win_close()Rom Grk2022-02-10
* vim-patch:8.2.4329: no support for end line number and column in 'errorformat'zeertzjq2022-02-09
* vim-patch:8.1.2297: the ex_vimgrep() function is too longzeertzjq2022-02-09
* vim-patch:8.2.2813: cannot grep using fuzzy matchingSean Dewar2022-02-07
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* fix(quickfix): avoid O(N^2) when filling from string typval (#16654)Nicolas Hillegeer2021-12-15
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* vim-patch:8.2.3547: opening the quickfix window triggers BufWinEnter twice (#...Yorick Peterse2021-10-23