aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* fix(api): use a conditional stack for nvim_cmd (#26341)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* fix(terminal): make backslashes in 'shell' work on WindowsLuki4462023-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: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* vim-patch:9.0.2110: [security]: overflow in ex address parsingzeertzjq2023-11-17
* refactor: move some functions to winfloat.c (#26020)Raphael2023-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
* fix(marks): handle switching buffer properly (#25763)zeertzjq2023-10-24
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
* refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefsbfredl2023-10-15
* vim-patch:9.0.2025: no cmdline completion for ++opt args (#25657)zeertzjq2023-10-15
* refactor(float): rename ex_floatclose to ex_fclose (#25596)Raphael2023-10-11
* Merge pull request #25561 from glepnir/9663bfredl2023-10-10
|\
| * feat(float): add fclose commandglepnir2023-10-10
* | refactor: the long goodbyedundargoc2023-10-09
* | fix(PVS/V547): expression is always true/falsedundargoc2023-10-08
|/
* refactor: the long goodbyedundargoc2023-10-03
* 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
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* fix(exception): remember whether message is multiline (#25351)zeertzjq2023-09-25
* fix(tui): don't overwrite an assertion faliure message on exitbfredl2023-09-21
* vim-patch:9.0.1846: [security] crash in fullcommandzeertzjq2023-09-03
* feat(terminal): allow :terminal to take modifiers (#15427)Gregory Anders2023-08-28
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* vim-patch:9.0.0423: "for" and "while" not recognized after :vim9cmd and :lega...Gregory Anders2023-08-21