aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* Add v:event flag on DirChanged signaling switching window (#13153)Andrea Cedraro2020-11-07
* Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
|\
| * api: add API for themesBjörn Linse2020-11-01
* | vim-patch:8.2.1910: reading past the end of the command lineJan Edmund Lazo2020-10-29
|/
* vim-patch:8.1.1260: comparing with pointer instead of valueJan Edmund Lazo2020-10-24
* vim-patch:8.2.1856: "2resize" uses size of current windowJan Edmund Lazo2020-10-17
* vim-patch:8.1.0095: dialog for ":browse tabnew" says "new window"Jan Edmund Lazo2020-10-14
* vim-patch:8.1.1204: output of :command with address completion is not niceJan Edmund Lazo2020-10-11
* vim-patch:8.1.0560: cannot use address type "other" with with user commandJan Edmund Lazo2020-10-11
* vim-patch:8.2.0841: 'verbose' value 16 causes duplicate outputJan Edmund Lazo2020-10-03
* vim-patch:8.1.2143: cannot see each command even when 'verbose' is setJan Edmund Lazo2020-10-02
* folds: pass column on fold creationMatthieu Coudron2020-09-28
* vim-patch:8.1.0640: get E14 while typing command :tab with 'incsearch' setJan Edmund Lazo2020-09-13
* vim-patch:8.1.0392: error while typing :/foo/s// with 'incsearch' enabledAufar Gilbran2020-09-11
* vim-patch:8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search patternAufar Gilbran2020-09-11
* vim-patch:8.1.0282: 'incsearch' does not work with command modifiersAufar Gilbran2020-09-11
* ex_docmd: merge parse_state_T with exarg_TAufar Gilbran2020-09-11
* vim-patch:8.1.0281: parsing command modifiers is not separatedAufar Gilbran2020-09-11
* vim-patch:8.2.1472: ":argdel" does not work like ":.argdel" as documentedJan Edmund Lazo2020-08-17
* ex_docmd: replace #define with enumJan Edmund Lazo2020-08-15
* vim-patch:8.2.1347: cannot easily get the script IDJan Edmund Lazo2020-08-14
* vim-patch:8.1.0573: cannot redefine user command without ! in same scriptJan Edmund Lazo2020-08-14
* 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