aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds_defs.h
Commit message (Expand)AuthorAge
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor: remove all mentions to `curbuf_lock`Thomas Vigouroux2021-07-08
* vim-patch:8.1.2285: padding in structures wastes memoryJan Edmund Lazo2021-02-06
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.1.1261: no error for quickfix commands with negative rangeerw72021-01-01
* vim-patch:8.1.1241: Ex command info contains confusing informationJan Edmund Lazo2021-01-01
* ex_cmds: port cmd_addr_T and ADDR_NONE (#13492)Jan Edmund Lazo2020-12-10
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* ex_docmd: merge parse_state_T with exarg_TAufar Gilbran2020-09-11
* vim-patch:8.1.0883: missing some changes for Ex commandsJan Edmund Lazo2020-03-01
* vim-patch:8.0.1660: the terminal API "drop" command doesn't support optionsJan Edmund Lazo2020-02-16
* vim-patch:8.2.0013: not using a typedef for condstackJan Edmund Lazo2019-12-16
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* refactor: enable -Wconversion for ex_getln.cBjörn Linse2019-07-19
* vim-patch:8.0.0688: cannot resize the window in a FileType autocommandJan Edmund Lazo2018-06-26
* vim-patch:7.4.2263James McCoy2017-04-29
* vim-patch:7.4.2244James McCoy2017-04-29
* vim-patch:8.0.0259Justin M. Keyes2017-03-22
* vim-patch:7.4.1738Michael Ennen2016-11-29
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* 'inccommand': Do not trigger during scripts, feedkeys().Justin M. Keyes2016-11-08
* Incsubsitution featureKillTheMule2016-10-30
* test: Add unittest spec for option.c (#5289)Kalle Ranki2016-09-04
* use bool type for flag mod_entry_T membersAnmol Sethi2016-08-24
* lintJames McCoy2016-08-11
* Re-add support for the :browse command modifierJames McCoy2016-08-11
* vim-patch:7.4.858Florian Walch2015-12-24
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* vim-patch:7.4.542Felipe Morales2015-04-28
* vim-patch:7.4.530-531Felipe Morales2015-04-28
* Remove long_u: ex_docmd.c: Refactor long_u.Eliseo Martínez2015-01-19
* Remove long_u: ex_cmds_defs.h: Refactor long_u.Eliseo Martínez2015-01-19
* vim-patch:7.4.486Florian Walch2014-12-25
* Extend documentationZyX2014-08-20
* Use lua generator in place of ex_cmds_defs header trickZyX2014-08-20
* provider: Add support for python commands/functionsThiago de Arruda2014-07-17
* vim: move linenr_T and colnr_T to pos.hNicolas Hillegeer2014-07-16
* move defines from vim.hBrandon Coleman2014-07-12
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* Add include guard to ex_cmds_defsZyX2014-06-02
* Remove cryptographyJohn Schmidt2014-05-20
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15