aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* ext_cmdline: rename cmdline_char to cmdline_special_charBjörn Linse2017-10-26
* ext_cmdline: extend "function" to generic "block" mechanismBjörn Linse2017-10-26
* ext_cmdline: add support for highlightingBjörn Linse2017-10-26
* ext_cmdline: lintDongdong Zhou2017-10-26
* ext_cmdline: added indentDongdong Zhou2017-10-26
* ext_cmdline: Add function block supportDongdong Zhou2017-10-26
* ext_cmdline: added cmdline levelDongdong Zhou2017-10-26
* ext_cmdline: change to use ui_callDongdong Zhou2017-10-26
* bufhl: support creating new groupsBjörn Linse2017-10-19
* 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
* 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