aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* 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
* refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
* vim-patch:9.0.1538: :wqall does not trigger ExitPre (#23574)zeertzjq2023-05-11
* vim-patch:9.0.0904: various comment and indent flaws (#23498)zeertzjq2023-05-06
* fix(excmd): append original command to error messagezeertzjq2023-05-05
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* refactor: uncrustifydundargoc2023-04-26
* fix(excmd): make :def unknown rather than unimplemented (#23150)zeertzjq2023-04-17
* vim-patch:9.0.1400: find_file_in_path() is not reentrant (#23146)zeertzjq2023-04-17
* vim-patch:8.2.1079: Vim9: no line break allowed in a while loopzeertzjq2023-04-14
* vim-patch:8.2.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* feat(ex_cmds)!: remove :behavebfredl2023-04-13
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor(screen): screen.c delenda estbfredl2023-03-14
* fix(sleep): correct cursor placement (#22639)zeertzjq2023-03-12
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* 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
* refactor: change char_u to uint8_t or char in sha256.c/undo.c (#21914)zeertzjq2023-01-21
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18