aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdhist.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)zeertzjq2024-10-22
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0439: Cannot filter the history (#28958)zeertzjq2024-05-24
* vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq2024-05-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* vim-patch:9.0.2108: [security]: overflow with count for :s commandzeertzjq2023-11-17
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* vim-patch:9.0.2068: [security] overflow in :history (#25794)zeertzjq2023-10-27
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor: remove some casts to char * (#24200)zeertzjq2023-06-29
* refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
* refactor: remove redundant castsii142023-04-07
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* vim-patch:9.0.1098: code uses too much indent (#21540)zeertzjq2022-12-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0878: Coverity warns for dead code (#21053)zeertzjq2022-11-14
* vim-patch:9.0.0872: code is indented more than needed (#21046)zeertzjq2022-11-14
* refactor: replace char_u with charDundar Göc2022-10-15
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-09-01
* perf(messages): don't call ui_flush() per message line in various placesbfredl2022-09-01
* vim-patch:9.0.0284: using static buffer for multiple completion functionszeertzjq2022-08-27
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09