aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/arglist.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.1003: [security]: heap-buffer-overflow with visual mode (#31971)zeertzjq2025-01-12
* vim-patch:9.1.0678: [security]: use-after-free in alist_add()zeertzjq2024-08-17
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* vim-patch:9.1.0087: Restoring lastused_tabpage too early in do_arg_all() (#27...Raphael2024-02-10
* vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)zeertzjq2024-01-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* vim-patch:9.0.2168: Moving tabpages on :drop may cause an endless loop (#26605)zeertzjq2023-12-16
* 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 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