aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* mksession: Restore tab-local working directory #6859HiPhish2017-06-11
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * Use vim_strchr(s, c) when c may be NUL (#6656)James McCoy2017-05-03
| * lintJames McCoy2017-04-29
| * vim-patch:8.0.0150James McCoy2017-04-29
| * vim-patch:7.4.2263James McCoy2017-04-29
| * vim-patch:7.4.2244James McCoy2017-04-29
| * *: Add comment to all C filesZyX2017-04-19
| * *: Fix linter errorsZyX2017-04-16
| * ex_docmd: Remove unneeded if()ZyX2017-04-16
| * ex_docmd: Remove :Ni! easter eggZyX2017-04-16
| * ex_docmd: Remove excessive assignmentZyX2017-04-16
* | lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX2017-04-11
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * *: Use const char * in set_one_cmd_contextZyX2017-03-29
| * unittests: Add tests for tv_list_find*() functionsZyX2017-03-29
| * eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
| * 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
* | executor: Add :lua debug.debug mockZyX2017-03-27
* | ex_getln: Refactor script_get()ZyX2017-03-27
* | executor: Add :lua commandZyX2017-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