summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2019-06-03api/buffer: create new buffers in the "opened" stateBjörn Linse1
2019-05-25doc #10017Justin M. Keyes1
2019-05-12API/nvim_set_keymap: minor cleanupJustin M. Keyes1
2019-05-12API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang1
2019-05-11docJustin M. Keyes1
2019-05-01gen_vimdoc.py: support <pre> preformatted text [ci skip]Justin M. Keyes1
2019-05-01doc [ci skip]Justin M. Keyes1
2019-04-27doc/API #9916Pedro Bortolli1
2019-04-14Merge pull request #9898 from bfredl/floatwidthBjörn Linse1
2019-04-14windows: float config changesBjörn Linse1
2019-04-14chdir: remove unused argument #9901Marco Hinz1
2019-04-13options: properly reset directories on 'autochdir' (#9894)Marco Hinz1
2019-03-26doc, lintJustin M. Keyes1
2019-03-26doc [ci skip]Justin M. Keyes1
2019-03-20doc #9751Aman1
2019-03-16api: refactor FloatRelative usageMarco Hinz1
2019-03-16api: numerous small fixesMarco Hinz1
2019-03-16api: add width/height to FloatConfigMarco Hinz1
2019-03-12docs: floating windows introductionBjörn Linse1
2019-03-12window: simplify logic for entering new floatBjörn Linse1
2019-03-05buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse1
2019-03-02floats: implement floating windowsBjörn Linse1
2019-02-17API: nvim_create_buf: add `scratch` parameterJustin M. Keyes1
2019-02-09api: add nvim_create_buf to create a new empty buffer.Björn Linse1
2019-01-26doc [ci skip] #9478Justin M. Keyes1
2019-01-20ui: multigrid mouse supportBjörn Linse1
2019-01-14API: nvim_set_vvar(): set v: variables #9395jin cong1
2019-01-09api: select items in popupmenuBjörn Linse1
2019-01-08API: don't directly call update_screen() in API functionsBjörn Linse1
2018-12-31multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse1
2018-12-31multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari1
2018-12-30docJustin M. Keyes1
2018-11-28docJustin M. Keyes1
2018-11-24api: implement object namespacesBjörn Linse1
2018-11-05docJustin M. Keyes1
2018-09-05API: Avoid overrun when formatting error-messageJustin M. Keyes1
2018-08-25runtime/doc: fix broken links found by `make html`Justin M. Keyes1
2018-07-21highlight: refactor to use stateful representationBjörn Linse1
2018-07-21highlight: extract low-level highlight logic from syntax, uiBjörn Linse1
2018-07-14channel.c: refactor spaghetti codemicha1
2018-06-11doc: job/channel, misc #7783Justin M. Keyes1
2018-06-07API: validation: mention invalid method name (#8489)Justin M. Keyes1
2018-06-01nvim_list_uis: include channel idBjörn Linse1
2018-05-23api: list information about all channels/jobs.Björn Linse1
2018-05-12API: nvim_get_commands(): return DictionaryJustin M. Keyes1
2018-05-11API: nvim_get_commands(): more attributesJustin M. Keyes1
2018-05-11API: nvim_get_commands(): always return keysJustin M. Keyes1
2018-05-11API: nvim_get_commands()Nimit Bhardwaj1
2018-05-11Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes1
2018-05-10nvim_eval: fix memory leakJustin M. Keyes1