aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/arglist.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_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-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(float): fix some other crashes with :unhide or :all (#25328)zeertzjq2023-09-23
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.1472: ":drop fname" may change the last used tab page (#23230)zeertzjq2023-04-21
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
* vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq2022-12-04
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* docs: fix typos (#21168)dundargoc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0865: duplicate arguments are not always detected (#21036)zeertzjq2022-11-13
* vim-patch:9.0.0657: too many #ifdefs (#20506)zeertzjq2022-10-06
* vim-patch:9.0.0388: the do_arg_all() function is too longzeertzjq2022-10-05
* vim-patch:8.2.3884: crash when clearing the argument list while using itzeertzjq2022-10-05
* vim-patch:8.2.2463: using :arglocal in an autocommand may use freed memoryzeertzjq2022-10-05
* vim-patch:8.2.2421: double free when using autocommand with "argdel"zeertzjq2022-10-05
* vim-patch:8.2.2413: crash when using :all while using a cmdline windowzeertzjq2022-10-05
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-06
* vim-patch:9.0.0386: some code blocks are nested too deepzeertzjq2022-09-05
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Goc2022-08-25
* 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
* vim-patch:8.2.3888: the argument list may contain duplicates (#19795)zeertzjq2022-08-16
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16