summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2017-01-03eval/typval_encode: Refactor big-big macros into .c.h fileZyX1
2017-01-03eval/typval_encode: Make partial conversions not recursiveZyX1
2016-12-12vim-patch:7.4.1719Michael Ennen1
2016-12-12vim-patch:7.4.1559Michael Ennen2
2016-12-11Merge #5752 from justinmk/docJustin M. Keyes1
2016-12-09vim-patch:7.4.1758, 7.4.1759, 7.4.1692 #5640Shougo Matsushita1
2016-11-30add cmdline mode to modechange of RPC and testschemzqm1
2016-11-02lintJames McCoy1
2016-11-02nvim_win_get_number: Use int as rv to fix BE issuesJames McCoy1
2016-11-02object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy3
2016-10-31doc: eval/typval_encode.hJustin M. Keyes1
2016-10-28api: api_info()['version']Justin M. Keyes1
2016-10-26api: Nvim version, API level #5386Rui Abreu Ferreira1
2016-10-24test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes1
2016-10-23test: system(): Avoid indeterminism.Justin M. Keyes2
2016-10-23api: documentationJustin M. Keyes4
2016-10-22Merge pull request #4568 from bfredl/multirequestBjörn Linse4
2016-10-22api: call multiple methods atomically (useful in async contexts)Björn Linse4
2016-10-19api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse3
2016-10-15Merge pull request #5424 from jamessan/win-tab-nrJames McCoy2
2016-10-08lint: Removing dead initializations #5410Patrick Jackson1
2016-10-04api: Support getting the number of a window/tabpageJames McCoy2
2016-09-17api: Establish API naming convention. (#5344)Justin M. Keyes4
2016-09-15api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse6
2016-09-15gendispatch: warn for deprecated alias if the deprecated function has implema...Björn Linse1
2016-09-13refactor: eliminate misc2.cJustin M. Keyes3
2016-09-11vim-patch:7.4.1535 (#5327)davix1
2016-09-11vim-patch:7.4.1533 #5320Wei Huang1
2016-09-01helpers.c: Fix invalid state of failed conversion result for object_to_vim() ...oni-link1
2016-08-31api: consistently use nvim_ prefix and update documentationBjörn Linse6
2016-08-31api: Allow blacklist functions that shouldn't be accesible from evalBjörn Linse3
2016-08-31api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".Björn Linse2
2016-08-31api: unify buffer numbers and window ids with handlesBjörn Linse5
2016-08-31api: auto generate api function wrappers for vimlBjörn Linse1
2016-08-31api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse1
2016-08-29api/ui: use ui options instead of one method per featureBjörn Linse1
2016-08-29api/ui: allow popupmenu to be drawn by external uiBjörn Linse1
2016-08-17api: handle null string in buffer_add_highlightBjörn Linse1
2016-06-24*: Fix linter errorsZyX1
2016-06-24msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recurZyX1
2016-06-24api/helpers: Use typval_encode.h for vim_to_objectZyX2
2016-06-11*: Fix new linter errorsZyX1
2016-06-11*: Also fix the adjacent errorsZyX1
2016-06-11*: Fix errors from new linter checksZyX4
2016-06-07vim-patch:7.4.1151Michael Ennen1
2016-05-30lib/kvec: Remove useless type argument from kv_push macrosZyX1
2016-05-27api: refactor remote ui to use API dispatch generationBjörn Linse3
2016-05-01*: Fix new linter errorsZyX1
2016-04-26Merge pull request #4593 from ZyX-I/length-functionsJustin M. Keyes1
2016-04-20Implement tab-local working directory feature.HiPhish1