summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/cmdhist.c
AgeCommit message (Expand)AuthorFiles
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-10-22vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)zeertzjq1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-24vim-patch:9.1.0439: Cannot filter the history (#28958)zeertzjq1
2024-05-22vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-30refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-17vim-patch:9.0.2108: [security]: overflow with count for :s commandzeertzjq1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-10-27vim-patch:9.0.2068: [security] overflow in :history (#25794)zeertzjq1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-09-27refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl1
2023-06-29refactor: remove some casts to char * (#24200)zeertzjq1
2023-05-16refactor: use xstrl{cpy,cat} on IObuff (#23648)ii141
2023-04-07refactor: remove redundant castsii141
2023-02-11refactor: reduce scope of locals as per the style guide (#22206)dundargoc1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2023-01-09refactor: replace char_u with char 18 (#21237)dundargoc1
2022-12-26vim-patch:9.0.1098: code uses too much indent (#21540)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-14vim-patch:9.0.0878: Coverity warns for dead code (#21053)zeertzjq1
2022-11-14vim-patch:9.0.0872: code is indented more than needed (#21046)zeertzjq1
2022-10-15refactor: replace char_u with charDundar Göc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-09-01refactor: replace char_u with charDundar Göc1
2022-09-01perf(messages): don't call ui_flush() per message line in various placesbfredl1
2022-08-27vim-patch:9.0.0284: using static buffer for multiple completion functionszeertzjq1
2022-08-23perf(api): allow to use an arena for return valuesbfredl1
2022-08-21vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq1
2022-08-12refactor: replace char_u with charDundar Goc1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq1
2022-08-09vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq1