summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2017-10-26ext_cmdline: Add function block supportDongdong Zhou1
2017-10-26ext_cmdline: added cmdline levelDongdong Zhou2
2017-10-26ext_cmdline: change to use ui_callDongdong Zhou1
2017-10-19bufhl: support creating new groupsBjörn Linse1
2017-10-08test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes1
2017-10-08Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2
2017-09-30Changed prototypes to accept a boolean "rgb"Matthieu Coudron1
2017-09-30Increased test coverage for RGB and ctermMatthieu Coudron1
2017-09-30Adds nvim_get_hl_by_name/by_idMatthieu Coudron2
2017-09-05doc: channel, eventloopJustin M. Keyes2
2017-08-18doc/api: nvim_out_write() and friendsJustin M. Keyes1
2017-08-06api/helpers: Fix typoZyX1
2017-08-06api/helpers: Clarify try_start() usageZyX1
2017-07-18*: Fix clint errorsZyX1
2017-07-18api helpers: Also save and restore did_emsgZyX2
2017-07-16api helpers: Save/restore more values in try_enter/try_leaveZyX2
2017-07-15Merge branch 'master' into colored-cmdlineZyX2
2017-07-08doc: api.txt; deprecate <special>Justin M. Keyes1
2017-07-08'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes1
2017-07-08'cpoptions': remove "k" flagJustin M. Keyes1
2017-07-03dict_get_value(): name the missing key (#6952)Matthieu Coudron1
2017-07-01ex_getln: Save and restore try stateZyX2
2017-06-27Merge #6789 from ZyX-I/lua-pathJustin M. Keyes1
2017-06-24bufhl: fix moveBjörn Linse1
2017-06-24bufhl: use kbtree for bufhlBjörn Linse1
2017-06-11vim-patch:8.0.0607 (#6879)Daniel Hahler2
2017-06-03lint: fix indentation of FUNC_ATTR linesBjörn Linse6
2017-05-25get_keymap API (#6236)TJ DeVries3
2017-05-23api/vim: Fix nvim_list_runtimepathsZyX1
2017-05-20api/nvim_replace_termcodes: Document keycodes behaviorJustin M. Keyes1
2017-05-13api: execute lua directly from the remote apiBjörn Linse1
2017-05-10api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLYBjörn Linse3
2017-05-10api: add metadata for ui eventsBjörn Linse2
2017-05-10api: use generated events for popupmenu and tablineBjörn Linse1
2017-05-10api: generate ui eventsBjörn Linse3
2017-05-08api/window: Fix memory leak in nvim_win_set_cursorZyX1
2017-05-08Merge branch 'master' into luaviml'/luaZyX10
2017-04-30api: deprecate obsolete nvim_buf_get_number functionBjörn Linse1
2017-04-28api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes1
2017-04-28input.c: Process only safe events before blocking.Justin M. Keyes1
2017-04-28api: nvim_get_mode()Justin M. Keyes1
2017-04-26api: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes1
2017-04-26api/ui: externalize tablineJustin M. Keyes1
2017-04-26api/ui: externalize tablineDongdong Zhou1
2017-04-24api: Do not translate error messages.Justin M. Keyes5
2017-04-23api_set_error(): renameJustin M. Keyes5
2017-04-23api/internal: Remove `set` field from Error type.Justin M. Keyes5
2017-04-23api_clear_error: Skip if error was not set.Justin M. Keyes1
2017-04-23api_clear_error()Justin M. Keyes5
2017-04-23api: Do not truncate errors <1 MB. #6237Sander Bosma8