aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
| * 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
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
| * tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
| * api: {get,set}_option should {get,set} global value of local options (#6405)Jakob Schnitzer2017-03-30
| * eval/typval,api/buffer: Fix review commentsZyX2017-03-29
| * *: Fix some Windows-specific warningsZyX2017-03-29
| * eval: Move copy_tv to eval/typvalZyX2017-03-29
| * eval: Move free_tv to eval/typval.h, remove most of its usagesZyX2017-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
* | api: Use a form of `1 << 63` for INTERNAL_CALL_MASKZyX2017-03-27
* | api: Also shift numbers in api_metadata outputZyX2017-03-27
* | api: Allow kObjectTypeNil to be zero without breaking compatibilityZyX2017-03-27
* | api: Reserve more numbers for internal callsZyX2017-03-27
* | 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
|/
* doc: handle_* function declarationsJustin M. Keyes2017-03-16
* api: bump api level to 2Björn Linse2017-03-15
* api: add detailed checks for compatibility and correct "since" valueBjörn Linse2017-03-15
* api: implement FUNC_API_SINCEBjörn Linse2017-03-15
* api: nvim_buf_set_lines(): Avoid invalid ml_get. #6019Matthew Malcomson2017-03-07
* doc/api.txt: Merge with api-funcs.txtJustin M. Keyes2017-03-01
* api: Make sure dict_set_var doesn’t edit read-only valuesZyX2017-02-23
* api: Rename dict_set_value to dict_set_varZyX2017-02-23
* buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
* api/buffer: Add nvim_buf_get_changedtick methodZyX2017-02-23
* vim-patch:7.4.2090Michael Ennen2017-02-14