aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes2017-10-08
* Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2017-10-08
|\
| * Changed prototypes to accept a boolean "rgb"Matthieu Coudron2017-09-30
| * Increased test coverage for RGB and ctermMatthieu Coudron2017-09-30
| * Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
|/
* doc: channel, eventloopJustin M. Keyes2017-09-05
* doc/api: nvim_out_write() and friendsJustin M. Keyes2017-08-18
* doc: api.txt; deprecate <special>Justin M. Keyes2017-07-08
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* 'cpoptions': remove "k" flagJustin M. Keyes2017-07-08
* Merge #6789 from ZyX-I/lua-pathJustin M. Keyes2017-06-27
|\
| * api/vim: Fix nvim_list_runtimepathsZyX2017-05-23
* | bufhl: use kbtree for bufhlBjörn Linse2017-06-24
* | lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* | get_keymap API (#6236)TJ DeVries2017-05-25
|/
* api/nvim_replace_termcodes: Document keycodes behaviorJustin M. Keyes2017-05-20
* api: execute lua directly from the remote apiBjörn Linse2017-05-13
* api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLYBjörn Linse2017-05-10
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
| * input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
| * api: nvim_get_mode()Justin M. Keyes2017-04-28
| * api: Do not translate error messages.Justin M. Keyes2017-04-24
| * api_set_error(): renameJustin M. Keyes2017-04-23
| * api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
| * api_clear_error()Justin M. Keyes2017-04-23
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * *: Add comment to all C filesZyX2017-04-19
* | api: Remove FUNC_API_SINCE for nvim__ functionsZyX2017-04-11
* | api: Bump nvim__*id functions since valueZyX2017-04-10
* | api: Rename _vim_id functions to nvim__idZyX2017-04-08
* | api: Add FUNC_API_SINCE(1) to new functionsZyX2017-04-08
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * api: {get,set}_option should {get,set} global value of local options (#6405)Jakob Schnitzer2017-03-30
| * eval: Move free_tv to eval/typval.h, remove most of its usagesZyX2017-03-29
| * *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
| * eval: Split eval.c into smaller filesZyX2017-03-29
* | functests: Test for error conditionsZyX2017-03-27
* | executor/converter: Make nlua_pop_Object not recursiveZyX2017-03-27
* | executor: Make sure it works with API valuesZyX2017-03-27
|/
* api: implement FUNC_API_SINCEBjörn Linse2017-03-15
* api: Rename dict_set_value to dict_set_varZyX2017-02-23
* vim-patch:7.4.2090Michael Ennen2017-02-14
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz2017-01-13
* vim-patch:7.4.1559Michael Ennen2016-12-12
* vim-patch:7.4.1758, 7.4.1759, 7.4.1692 #5640Shougo Matsushita2016-12-09
* test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes2016-10-24
* test: system(): Avoid indeterminism.Justin M. Keyes2016-10-23
* api: documentationJustin M. Keyes2016-10-23