aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* doc/api: nvim_out_write() and friendsJustin M. Keyes2017-08-18
* api/helpers: Fix typoZyX2017-08-06
* api/helpers: Clarify try_start() usageZyX2017-08-06
* *: Fix clint errorsZyX2017-07-18
* api helpers: Also save and restore did_emsgZyX2017-07-18
* api helpers: Save/restore more values in try_enter/try_leaveZyX2017-07-16
* Merge branch 'master' into colored-cmdlineZyX2017-07-15
|\
| * 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
| * dict_get_value(): name the missing key (#6952)Matthieu Coudron2017-07-03
| * Merge #6789 from ZyX-I/lua-pathJustin M. Keyes2017-06-27
| |\
| | * api/vim: Fix nvim_list_runtimepathsZyX2017-05-23
* | | ex_getln: Save and restore try stateZyX2017-07-01
|/ /
* | bufhl: fix moveBjörn Linse2017-06-24
* | bufhl: use kbtree for bufhlBjörn Linse2017-06-24
* | vim-patch:8.0.0607 (#6879)Daniel Hahler2017-06-11
* | 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
* api: add metadata for ui eventsBjörn Linse2017-05-10
* api: use generated events for popupmenu and tablineBjörn Linse2017-05-10
* api: generate ui eventsBjörn Linse2017-05-10
* api/window: Fix memory leak in nvim_win_set_cursorZyX2017-05-08
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api: deprecate obsolete nvim_buf_get_number functionBjörn Linse2017-04-30
| * 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: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes2017-04-26
| * api/ui: externalize tablineJustin M. Keyes2017-04-26
| * api/ui: externalize tablineDongdong Zhou2017-04-26
| * 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: Skip if error was not set.Justin M. Keyes2017-04-23
| * api_clear_error()Justin M. Keyes2017-04-23
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * Merge #6539 'More cursor shape modes'Justin M. Keyes2017-04-21
| |\
| | * ui: use an array for mode stylesBjörn Linse2017-04-21
| | * ui: support more cursor shape modesBjörn Linse2017-04-21
| * | *: Add comment to all C filesZyX2017-04-19
| |/
| * *: Silence some false positivesZyX2017-04-16
* | api/buffer: Validate replacement array in a separate cycleZyX2017-04-12
* | 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