aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
Commit message (Expand)AuthorAge
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* vim-patch:9.1.0089: qsort() comparison functions should be transitivezeertzjq2024-02-10
* fix(inccommand): update topline after moving cursor (#27341)zeertzjq2024-02-05
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* docs: various fixes (#27063)dundargoc2024-01-25
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* fix(inccommand): don't crash with "split" and 'n' flagzeertzjq2023-12-07
* vim-patch:9.0.2143: [security]: buffer-overflow in ex_substitutezeertzjq2023-12-02
* 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: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* 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
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor(encoding): remove redundant vim_isprintc_strictbfredl2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* vim-patch:9.0.2121: [security]: use-after-free in ex_substitutezeertzjq2023-11-23
* vim-patch:8.2.2784: Vim9: cannot use \=expr in :substitutezeertzjq2023-11-23
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* 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
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* fix: fix ASAN errors on clang 17 (#25469)dundargoc2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor: remove longdundargoc2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor: remove 'shortmess' save/restore panic for ex commandsbfredl2023-09-25
* vim-patch:9.0.1877: missing test for patch 9.0.1873zeertzjq2023-09-09