aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
...
* Merge pull request #9898 from bfredl/floatwidthBjörn Linse2019-04-14
|\
| * windows: float config changesBjörn Linse2019-04-14
* | chdir: remove unused argument #9901Marco Hinz2019-04-14
* | options: properly reset directories on 'autochdir' (#9894)Marco Hinz2019-04-13
|/
* doc, lintJustin M. Keyes2019-03-26
* doc [ci skip]Justin M. Keyes2019-03-26
* doc #9751Aman2019-03-20
* api: refactor FloatRelative usageMarco Hinz2019-03-16
* api: numerous small fixesMarco Hinz2019-03-16
* api: add width/height to FloatConfigMarco Hinz2019-03-16
* docs: floating windows introductionBjörn Linse2019-03-12
* window: simplify logic for entering new floatBjörn Linse2019-03-12
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* floats: implement floating windowsBjörn Linse2019-03-02
* API: nvim_create_buf: add `scratch` parameterJustin M. Keyes2019-02-17
* api: add nvim_create_buf to create a new empty buffer.Björn Linse2019-02-09
* doc [ci skip] #9478Justin M. Keyes2019-01-26
* ui: multigrid mouse supportBjörn Linse2019-01-20
* API: nvim_set_vvar(): set v: variables #9395jin cong2019-01-14
* api: select items in popupmenuBjörn Linse2019-01-09
* API: don't directly call update_screen() in API functionsBjörn Linse2019-01-08
* multigrid: rename grid->ScreenLines and other grid arraysBjörn Linse2018-12-31
* multigrid: Get rid of global ScreenLines and set_screengridUtkarsh Maheshwari2018-12-31
* docJustin M. Keyes2018-12-30
* docJustin M. Keyes2018-11-28
* api: implement object namespacesBjörn Linse2018-11-24
* docJustin M. Keyes2018-11-05
* API: Avoid overrun when formatting error-messageJustin M. Keyes2018-09-05
* runtime/doc: fix broken links found by `make html`Justin M. Keyes2018-08-25
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* channel.c: refactor spaghetti codemicha2018-07-14
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* nvim_list_uis: include channel idBjörn Linse2018-06-01
* api: list information about all channels/jobs.Björn Linse2018-05-23
* API: nvim_get_commands(): return DictionaryJustin M. Keyes2018-05-12
* API: nvim_get_commands(): more attributesJustin M. Keyes2018-05-11
* API: nvim_get_commands(): always return keysJustin M. Keyes2018-05-11
* API: nvim_get_commands()Nimit Bhardwaj2018-05-11
* Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes2018-05-11
|\
| * api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* | nvim_eval: fix memory leakJustin M. Keyes2018-05-10
* | API: nvim_eval(): return non-generic VimL errorsJustin M. Keyes2018-05-09
* | API: better way to capture abort-causing non-exception errorsJustin M. Keyes2018-05-09
* | API: return non-generic VimL errorsJustin M. Keyes2018-05-09
* | docJustin M. Keyes2018-05-09
* | API: nvim_call_dict_function: expect actual function, not nameJustin M. Keyes2018-05-06
* | API: nvim_call_dict_function: eliminate `internal` paramJustin M. Keyes2018-05-06
* | refactor: nvim_call_dict_functionJustin M. Keyes2018-05-06