summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2019-09-14Context: rename "buflist" => "bufs"Justin M. Keyes1
2019-09-14API: nvim_get_context: "opts" paramJustin M. Keyes1
2019-09-12UIAttach, UIDetachJustin M. Keyes1
2019-09-12UIAttach, UIDetachRui Abreu Ferreira1
2019-09-11Remove excess <stdint.h>Jan Edmund Lazo2
2019-09-11docJustin M. Keyes2
2019-09-10doc: nvim_ui_pum_set_height [ci skip]Daniel Hahler1
2019-09-09doc/API/lua: detaching Lua buffer callbacksBjörn Linse1
2019-09-09doc: |api-fast| [ci skip]Justin M. Keyes4
2019-09-09docJustin M. Keyes1
2019-09-08Add nvim_ui_pum_set_height to apierw71
2019-09-05Merge #10869 'vim-patch:8.1.{0309,0362,0365,0515,1946}'Justin M. Keyes1
2019-09-04anchor float to buffer positionBjörn Linse2
2019-09-04vim-patch:8.1.0362: cannot get the script line number when executing a functionerw71
2019-09-02api: make try_end clean-up after an exception properly. Fixes #10809Björn Linse1
2019-09-01API: nvim_buf_set_lines: handle 'nomodifiable' #10910Justin M. Keyes1
2019-09-01API: make nvim_win_set_option() set window-global, not buffer-local #9110Björn Linse1
2019-09-02paste: one undo-block per streamJustin M. Keyes1
2019-09-01screen: use dedicated message gridBjörn Linse2
2019-08-31tui/input: defer nvim_paste properly.Björn Linse1
2019-08-30API: nvim_paste: add `crlf` parameterJustin M. Keyes1
2019-08-29paste: break lines at CR, CRLF #10877Justin M. Keyes2
2019-08-28API: TRY_WRAP() for "abort-causing non-exception errors"Justin M. Keyes1
2019-08-27paste: handle 'nomodifiable'Justin M. Keyes1
2019-08-27paste: make vim.paste() "public"Justin M. Keyes1
2019-08-27paste: handle vim.paste() failureJustin M. Keyes1
2019-08-27paste: tickle cursorJustin M. Keyes1
2019-08-27paste: implement redo (AKA dot-repeat)Justin M. Keyes1
2019-08-27API: nvim_pasteJustin M. Keyes2
2019-08-27API: nvim_put: "follow" parameterJustin M. Keyes1
2019-08-27API: nvim_put: always PUT_CURSENDJustin M. Keyes1
2019-08-27API: nvim_put: Avoid "N more lines" messageJustin M. Keyes1
2019-08-27paste: edge-case: handle EOL at end-of-bufferJustin M. Keyes1
2019-08-27API: nvim_put #6819Justin M. Keyes1
2019-08-27API: nvim_put #6819: try to fix Insert, VisualBjörn Linse1
2019-08-27API: nvim_put #6819Björn Linse1
2019-08-22API: fix nvim_command_output buffer overflow (#10830)Abdelhakeem Osama1
2019-08-17ui: use Window type in win_pos consistently with win_float_posBjörn Linse1
2019-08-14api: nvim_win_open() style="minimal" should disable 'foldcolumn'Björn Linse1
2019-08-10api/window: disallow closing non-current window in cmdwin stateBjörn Linse1
2019-08-10API: nvim_win_close: Fix closing cmdline-window #10087R. Simon1
2019-08-07includesDaniel Hahler1
2019-08-06lua: support getting UTF-32 and UTF-16 sizes of replaced textBjörn Linse1
2019-08-06lua: add {old_byte_size} to on_lines buffer change eventBjörn Linse1
2019-07-27API: Context: save/restoreAbdelhakeem1
2019-07-27API: ContextJustin M. Keyes1
2019-07-14highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2
2019-07-07api/window: add style="minimal" flag to nvim_open_win()Björn Linse2
2019-06-30rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2
2019-06-25api: make nvim__inspect_cell support multiple gridsBjörn Linse1