aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.0648: semicolon search does not work in first lineJan Edmund Lazo2020-05-03
* Merge pull request #12018 from janlazo/vim-8.0.1123Matthieu Coudron2020-04-27
|\
| * vim-patch:8.0.1139: using window toolbar changes stateJan Edmund Lazo2020-04-26
* | Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\ \ | |/ |/|
| * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| * fix: includesJakub Łuczyński2020-02-13
* | folds: decrease reliance on global "curwin" (#12132)Matthieu Coudron2020-04-16
* | vim-patch:8.2.0560: compiler warning in tiny buildJan Edmund Lazo2020-04-12
* | vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* | vim-patch:8.1.0881: can execute shell commands in rvim through interfacesJan Edmund Lazo2020-03-01
* | vim-patch:8.1.0043: ++bad argument of :edit does not work properlyJan Edmund Lazo2020-02-16
* | vim-patch:8.0.1660: the terminal API "drop" command doesn't support optionsJan Edmund Lazo2020-02-16
* | vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo2020-02-16
* | vim-patch:8.1.2187: error for bad regexp even though regexp is not usedJan Edmund Lazo2020-02-16
|/
* refactor: move session functions to ex_session.cJustin M. Keyes2020-01-28
* mksession: always unix slashes "/" for filepathsJustin M. Keyes2020-01-26
* cleanup/ex_docmd.c: remove most put_eol() callsJustin M. Keyes2020-01-26
* lintJustin M. Keyes2020-01-26
* cleanup/ex_docmd.c: remove most put_line() callsJustin M. Keyes2020-01-26
* mksession: always write LF "\n" line-endingsJustin M. Keyes2020-01-26
* mksession: avoid ":file …" when restoring non-terminal bufsJustin M. Keyes2020-01-26
* mksession: simplify generated commandsJustin M. Keyes2020-01-26
* mksession: restore same :term buf in split windowsAlexandre Dubray2020-01-26
* tabpage: "tabnext #" switches to previous tab #11734butwerenotthereyet2020-01-20
* tabpage: :tabs indicates previous tabpage's curwinWe're Yet2020-01-19
* Remove (void) hacks, Mark unused attrsJan Edmund Lazo2020-01-08
* ex_docmd: fix pvs/v781Jan Edmund Lazo2019-12-26
* vim-patch:8.2.0013: not using a typedef for condstackJan Edmund Lazo2019-12-16
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* API: rename nvim_source => nvim_execJustin M. Keyes2019-12-01
* vim-patch:8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"Jan Edmund Lazo2019-11-26
* vim-patch:8.1.2348: :const cannot be followed by "| endif"Jan Edmund Lazo2019-11-26
* vim-patch:8.1.1732: completion in cmdwin does not work for buffer-local commandsJan Edmund Lazo2019-11-24
* Merge #11340 'Factor out parse_one_cmd()'Justin M. Keyes2019-11-17
|\
| * Factor out parse_one_cmd()Rob Pilling2019-11-13
| * vim-patch:8.1.0266: parsing Ex address range is not a separate functionJan Edmund Lazo2019-11-13
* | vim-patch:8.1.0992: :normal resets reg_executing() result #11398Jan Edmund Lazo2019-11-16
|/
* vim-patch:8.1.0324: off-by-one error in cmdidx checkJan Edmund Lazo2019-11-09
* Document skip_colon_white()Rob Pilling2019-10-31
* Allow multiple leading colons before and after modifiers for 'inccommand'Rob Pilling2019-10-31
* Factor out skip_colon_white()Rob Pilling2019-10-31
* vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung2019-10-27
* vim-patch:8.1.0288: quickfix code uses cmdidx too oftenJan Edmund Lazo2019-10-23
* vim-patch:8.1.2197: ExitPre autocommand may cause accessing freed memoryJan Edmund Lazo2019-10-21
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* Merge #11157 from janlazo/vim-8.1.2113Justin M. Keyes2019-10-06
|\
| * vim-patch:8.1.0586: :digraph output is not easy to readJan Edmund Lazo2019-10-06
* | vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
|/
* vim-patch:8.1.0230: directly checking 'buftype' valueJan Edmund Lazo2019-10-01
* vim-patch:8.0.1109: timer causes error on exit from Ex modeJan Edmund Lazo2019-09-21