summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2018-03-16API: nvim_get_proc_children()Justin M. Keyes1
2018-03-03api: nvim_list_uis #8004geekodour1
2018-02-13ui: refactor ui optionsBjörn Linse2
2018-02-11ui/tui: highlighting refactorBjörn Linse2
2018-01-28tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes1
2018-01-18Fix warning about conversion on mingw64George Zhao1
2018-01-15Merge #7806 from ZyX-I/list-statJustin M. Keyes1
2018-01-15Fix an off-by-one error in the documentation of nvim_buf_clear_highlight (#7853)mkotha1
2018-01-14*: Provide list length when allocating listsZyX1
2018-01-10api: nvim_command_output: direct implJustin M. Keyes1
2018-01-10api: change nvim_command_output behaviorJustin M. Keyes1
2017-12-31Merge pull request #7762 from ZyX-I/remove-some-listitemsJustin M. Keyes1
2017-12-26docJustin M. Keyes1
2017-12-24*: Remove most calls to tv_list_item_allocZyX1
2017-12-16Merge branch 'master' into hide-container-implZyX2
2017-12-12ui: forward relevant option updates to UIs (#7520)Björn Linse2
2017-12-12*: Fix linter errorsZyX1
2017-12-12Merge branch 'master' into hide-container-implZyX2
2017-12-10*: Hide list implementation in other files as wellZyX1
2017-12-10docJustin M. Keyes1
2017-12-10doc: hack to avoid doxygen bugJustin M. Keyes1
2017-12-10*: Start hiding list implementationZyX1
2017-12-09Merge #7234 'built-in expression parser'Justin M. Keyes1
2017-11-26viml/parser/expressions: Make $ENV not depend on &isidentZyX1
2017-11-26Merge branch 'master' into expression-parserZyX3
2017-11-24channels: refactorBjörn Linse2
2017-11-22Merge #7593 'PVS static analysis fixes'Justin M. Keyes1
2017-11-22helpers.c: statically assert integer falls within rangePeter Kalauskas1
2017-11-19Merge branch 'master' into expression-parserZyX1
2017-11-12Use PRId64 to format Integer when calling api_set_errorJames McCoy1
2017-11-12viml/parser/expressions: Add support for parsing assignmentsZyX1
2017-11-06*: Fix linter errorsZyX1
2017-11-06Merge branch 'master' into expression-parserZyX3
2017-11-06doc: API (generated)Justin M. Keyes2
2017-11-06doc: nvim_buf_add_highlight(): zero-indexed linesJustin M. Keyes1
2017-11-06docJustin M. Keyes1
2017-11-06api/vim: Add “len” dictionary keyZyX1
2017-11-06tests: Add missing test casesZyX1
2017-11-06api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX1
2017-11-06vim/api: Actually dump AST, fix some bugs in nvim_parse_expressionZyX1
2017-11-06api/vim: Create part of nvim_parse_expression functionZyX1
2017-10-31Merge #7454 'ui: ext_wildmenu'Justin M. Keyes1
2017-10-30Merge branch 'master' into expression-parserZyX3
2017-10-29api/vim: Add nvim_parse_expression functionZyX1
2017-10-29ui: allow external ui to draw wildmenuDongdong Zhou1
2017-10-26ext_cmdline: rename cmdline_char to cmdline_special_charBjörn Linse1
2017-10-26ext_cmdline: extend "function" to generic "block" mechanismBjörn Linse1
2017-10-26ext_cmdline: add support for highlightingBjörn Linse1
2017-10-26ext_cmdline: lintDongdong Zhou1
2017-10-26ext_cmdline: added indentDongdong Zhou1