aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* 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
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* messages: batch draw :mapBjörn Linse2019-09-08
* vim-patch:8.1.1988: :startinsert! does not work the same way as "A"Jan Edmund Lazo2019-09-06
* Merge #10869 'vim-patch:8.1.{0309,0362,0365,0515,1946}'Justin M. Keyes2019-09-05
|\
| * vim-patch:8.1.0309: profiling does not show a count for condition lineserw72019-09-04
| * vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
|/
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* Unreserve :X #10807Julian Berman2019-08-18
* vim-patch:8.1.1870: using :pedit from a help file sets help filetypeJan Edmund Lazo2019-08-17
* mksession: use exists(':tcd'), not has('nvim') #10770mg9792019-08-14
* Merge pull request #10171 from blueyed/vim-8.1.1318Daniel Hahler2019-08-09
|\
| * includesDaniel Hahler2019-08-07