aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* API: Context: save/restoreAbdelhakeem2019-07-27
* API: ContextJustin M. Keyes2019-07-27
* highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2019-07-14
* api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* api: make nvim__inspect_cell support multiple gridsBjörn Linse2019-06-25
* api/lua: add on_detach to nvim_buf_attachBjörn Linse2019-06-15
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* api/buffer: create new buffers in the "opened" stateBjörn Linse2019-06-03
* doc/API: document indexing behavior #10058KillTheMule2019-05-26
* doc #10017Justin M. Keyes2019-05-25
* API/nvim_set_keymap: remove mode-shortname aliasesJustin M. Keyes2019-05-12
* API/nvim_set_keymap: minor cleanupJustin M. Keyes2019-05-12
* API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang2019-05-12
* docJustin M. Keyes2019-05-11
* UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* API: fix cursor position when lines are added #9961hashinclude2019-05-07
* gen_vimdoc.py: support <pre> preformatted text [ci skip]Justin M. Keyes2019-05-01
* doc [ci skip]Justin M. Keyes2019-05-01
* doc/API #9916Pedro Bortolli2019-04-27
* doc: UIJustin M. Keyes2019-04-22
* 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
|/
* RPC: eliminate NO_RESPONSEJustin M. Keyes2019-04-12
* api/window: validate cursor in nvim_win_set_bufBjörn Linse2019-04-08
* doc, lintJustin M. Keyes2019-03-26
* doc [ci skip]Justin M. Keyes2019-03-26
* doc #9751Aman2019-03-20
* Merge pull request #9726 from mhinz/nvim_win_get_configMarco Hinz2019-03-17
|\
| * api: refactor FloatRelative usageMarco Hinz2019-03-16
| * api: numerous small fixesMarco Hinz2019-03-16
| * api: update docMarco Hinz2019-03-16
| * api: add width/height to FloatConfigMarco Hinz2019-03-16
| * api: nvim_win_config() -> nvim_win_set_config()Marco Hinz2019-03-16
| * api: refactor FloatAnchor usageMarco Hinz2019-03-16
| * api: add nvim_win_get_config()Marco Hinz2019-03-16
* | Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-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
* api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* floats: implement floating windowsBjörn Linse2019-03-02
* API: nvim_create_buf: add `scratch` parameterJustin M. Keyes2019-02-17
* ui: implement ext_messagesBjörn Linse2019-02-10
* api: add nvim_create_buf to create a new empty buffer.Björn Linse2019-02-09
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse2019-02-02