summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_docmd.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-07-03refactor: remove longdundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-06vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq1
2022-07-22refactor: move FunPtr to types.h (#19466)zeertzjq1
2022-06-12refactor(api): move command related API to separate filebfredl1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-22refactor!: delete insertmode (#18547)Gregory Anders1
2022-04-07fix(input): fix clearing of reg_executingzeertzjq1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-12-25vim-patch:8.2.2468: not easy to get the full command name from a shortened onezeertzjq1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-09-20fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny1
2021-07-30refactor: replace TRUE/FALSE with true/falseDundar Göc1
2021-07-23Remove EXMODE_NORMALmatveyt1
2020-04-26vim-patch:8.0.1139: using window toolbar changes stateJan Edmund Lazo1
2017-03-27ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA1
2017-01-13Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz1
2016-11-15'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes1
2016-11-08'inccommand': reworkJustin M. Keyes1
2016-10-30LintedKillTheMule1
2016-10-30Incsubsitution featureKillTheMule1
2016-06-01tcd: Determine correct scope from user inputJames McCoy1
2016-04-27Fix coverity errors in haslocaldir() and getcwd.HiPhish1
2016-04-20Implement tab-local working directory feature.HiPhish1
2014-08-20Use lua generator in place of ex_cmds_defs header trickZyX1
2014-07-12move defines from vim.hBrandon Coleman1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1