aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.c
Commit message (Expand)AuthorAge
* perf(messages): don't call ui_flush() per message line in various placesbfredl2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27
* | vim-patch:8.2.3813: confusing error when using :cc without error list (#19978)zeertzjq2022-08-28
|/
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:8.2.2826: compiler warnings for int to size_t conversionzeertzjq2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.2.2289: Vim9: 'cpo' can become empty (#19887)zeertzjq2022-08-22
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.2.3619: cannot use a lambda for 'operatorfunc' (#19846)zeertzjq2022-08-20
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.2.1262: src/ex_cmds.c file is too big (#19811)zeertzjq2022-08-17
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.2.1281: the "trailing characters" error can be hard to understandzeertzjq2022-08-07
* refactor: quickfix.c (#19603)Lewis Russell2022-08-02
* refactor: replace char_u with charDundar Goc2022-07-31
* refactor: fix clang and PVS warnings (#19569)zeertzjq2022-07-29
* vim-patch:9.0.0097: long quickfix line is truncated for :clist (#19561)zeertzjq2022-07-28
* 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
|/