aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* eval: Move get_tv_string_buf() to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA2017-03-27
* XXX: ex_tabonly(): aucmd_win is not part of the window list.Justin M. Keyes2017-03-23
* ex_tabnext: Disallow "+NN" arg.Justin M. Keyes2017-03-22
* get_tabpage_arg: satisfy clang warningJustin M. Keyes2017-03-22
* lintJustin M. Keyes2017-03-22
* vim-patch:8.0.0259Justin M. Keyes2017-03-22
* lintJustin M. Keyes2017-03-22
* vim-patch:7.4.2324Justin M. Keyes2017-03-22
* vim-patch:7.4.2362raichoo2017-03-19
* terminal: Support extra arguments in 'shell'. #4504Jack Bracewell2017-03-17
* Merge #6252 from jamessan/vim-7.4.2069Justin M. Keyes2017-03-15
|\
| * lintJames McCoy2017-03-11
| * vim-patch:7.4.2101James McCoy2017-03-11
| * vim-patch:7.4.2069James McCoy2017-03-11
* | DirChanged: avoid redundant events on 'autochdir'Justin M. Keyes2017-03-12
* | DirChanged: trigger when switching scopesJustin M. Keyes2017-03-12
* | DirChanged: Publish _after_ updating win/tab CWD.Justin M. Keyes2017-03-12
* | tabpage_S: Name tp_localdir per convention.Justin M. Keyes2017-03-12
|/
* vim-patch:8.0.0388Matthew Malcomson2017-03-02
* vim-patch:8.0.0135Justin M. Keyes2017-03-02
* Merge #6114 'Partial string handling refactoring'.Justin M. Keyes2017-02-17
|\
| * *: Fix linter errorsZyX2017-02-15
| * *: Partial string handling refactoringZyX2017-02-15
* | ex_docmd.c: Allow unescaped spaces in :edit filename (#6119)Kurt Bonatz2017-02-15
|/
* vim-patch:7.4.2024Marco Hinz2017-02-04
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz2017-01-13
* Trigger DirChanged on 'autochdir'Marco Hinz2017-01-13
* New event: DirChangedMarco Hinz2017-01-13
* open_buffer(): Do `BufEnter` for directories.Justin M. Keyes2017-01-12
* inccommand: Preview :sub commands only after the delimiter is presentJames McCoy2017-01-11
* Merge pull request #5893 from lonerover/vim-7.4.2127James McCoy2017-01-06
|\
| * vim-patch:7.4.2127rover2017-01-05
* | vim-patch:7.4.2110 (#5880)lonerover2017-01-05
|/
* ex_docmd.c: Save/restore winminheight/winminwidth. #5717Rafael Bodill2016-12-10
* vim-patch:7.4.1897 (#5747)Shougo2016-12-10
* vim-patch:7.4.1696Shougo Matsushita2016-11-24
* 'inccommand': Introduce CMDPREVIEW state.Justin M. Keyes2016-11-15
* 'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes2016-11-10
* 'inccommand': reworkJustin M. Keyes2016-11-08
* LintedKillTheMule2016-10-30
* Incsubsitution featureKillTheMule2016-10-30
* Fix lint errors.Grzegorz Milka2016-10-23
* vim-patch:7.4.2312Grzegorz Milka2016-10-23
* vim-patch:7.4.2237Grzegorz Milka2016-10-23
* main.c: "BufReadCmd term://": Skip existing terminal.Justin M. Keyes2016-10-12