aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
* Merge pull request #15580 from seandewar/vim-8.2.3378Jan Edmund Lazo2021-09-17
|\
| * vim-patch:8.2.3378: MS-Windows: completing environment variables with % is wrongSean Dewar2021-09-10
* | Merge #15657 vim-patch:8.1.1195,8.2.{3417,3419}Justin M. Keyes2021-09-14
|\ \
| * | vim-patch:8.1.1195: Vim script debugger functionality needs cleanupSean Dewar2021-09-13
* | | fix: "redundant cast to the same type" #15662dundargoc2021-09-14
|/ /
* | refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* | refactor: format files with uncrustify #15607dundargoc2021-09-10
|/
* refactor: format files with uncrustifyDundar Göc2021-09-07
* vim-patch:8.2.3141: no error when using :complete for :command without -nargsJan Edmund Lazo2021-08-08
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* Remove EXMODE_NORMALmatveyt2021-07-23
* refactor(undo): don't assume curbuf in u_compute_hashThomas Vigouroux2021-07-09
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * refactor: remove all mentions to `curbuf_lock`Thomas Vigouroux2021-07-08
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* ex_cmds: verify invalid command nameBjörn Linse2021-07-02
* vim-patch:8.2.3020: unreachable code (#14866)jimman20032021-06-20
* vim-patch:8.2.2900: QuitPre is triggered before :wq writes the fileJan Edmund Lazo2021-05-29
* vim-patch:8.2.2898: QuitPre and ExitPre not triggered when GUI window is closedJan Edmund Lazo2021-05-29
* vim-patch:8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codeJan Edmund Lazo2021-05-19
* lintJan Edmund Lazo2021-05-13
* Revert "XXX: ex_tabonly(): aucmd_win is not part of the window list."Jan Edmund Lazo2021-05-13
* vim-patch:8.2.1059: crash when using :tabonly in an autocommandJan Edmund Lazo2021-05-13
* vim-patch:8.2.1000: get error when leaving Ex mode with :visualJan Edmund Lazo2021-05-12
* eval: port v:collateSean Dewar2021-04-20
* vim-patch:8.2.0265: "eval" after "if 0" doesn't check for following commandJan Edmund Lazo2021-04-15
* vim-patch:8.2.0295: highlighting for :s wrong when using different separator ...Ghjuvan Lacambre2021-04-04
* vim-patch:8.1.2380: using old C style commentsJan Edmund Lazo2021-03-29
* vim-patch:8.2.0925: getcompletion() does not return command line argumentsJan Edmund Lazo2021-02-14
* vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
* vim-patch:8.2.2058: using mkview/loadview changes the jumplistSean Dewar2021-02-11
* vim-patch:8.2.1967: the session file does not restore the alternate fileSean Dewar2021-02-11
* menu: use char* for set_context_in_menu_cmd() paramJan Edmund Lazo2021-02-07
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* vim-patch:8.2.2469: confusing error if :winsize has a wrong argument (#13889)Jan Edmund Lazo2021-02-06
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* vim-patch:8.2.2412: not all fields in "cstack" are initializedJan Edmund Lazo2021-01-28
* lintchentau2021-01-26
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* vim-patch:8.1.1822: confusing error message when range is not allowedJan Edmund Lazo2021-01-02
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.1.2411: function argument copied unnecessarilyJan Edmund Lazo2021-01-01