aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.h
Commit message (Expand)AuthorAge
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-07-03
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-08-06
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* refactor(api): move command related API to separate filebfredl2022-06-12
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* fix(input): fix clearing of reg_executingzeertzjq2022-04-07
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* vim-patch:8.2.2468: not easy to get the full command name from a shortened onezeertzjq2021-12-25
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* Remove EXMODE_NORMALmatveyt2021-07-23
* vim-patch:8.0.1139: using window toolbar changes stateJan Edmund Lazo2020-04-26
* ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA2017-03-27
* Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz2017-01-13
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* 'inccommand': reworkJustin M. Keyes2016-11-08
* LintedKillTheMule2016-10-30
* Incsubsitution featureKillTheMule2016-10-30
* tcd: Determine correct scope from user inputJames McCoy2016-06-01
* Fix coverity errors in haslocaldir() and getcwd.HiPhish2016-04-27
* Implement tab-local working directory feature.HiPhish2016-04-20
* Use lua generator in place of ex_cmds_defs header trickZyX2014-08-20
* move defines from vim.hBrandon Coleman2014-07-12
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15