aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* 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
* | 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