aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* 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
* refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq2023-08-17
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* refactor: remove longdundargoc2023-07-03
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* fix(api): redundant error when using `nvim_cmd` (#24010)Famiu Haque2023-06-13
* revert: "refactor: eliminate `autocmd_fname_full` global"zeertzjq2023-06-07
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* fix(ui-ext): send title to newly-attached UIzeertzjq2023-05-26
* refactor: fix clang/PVS warnings (#23731)zeertzjq2023-05-23
* refactor(vim.secure): move to lua/secure.cLewis Russell2023-05-22