summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2020-01-05vim-patch:8.1.0851: feedkeys() with "L" does not work properlyJan Edmund Lazo1
2019-12-30gen_vimdoc.py: fix deprecated checkJustin M. Keyes1
2019-12-26api/vim: fix pvs/v1048Jan Edmund Lazo1
2019-12-22tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse1
2019-12-02API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes1
2019-12-02API: deprecate nvim_command_outputJustin M. Keyes1
2019-12-01API: rename nvim_source => nvim_execJustin M. Keyes1
2019-12-01API: nvim_source_outputVikram Pal1
2019-12-01API: nvim_source: fix multiline inputJustin M. Keyes1
2019-12-01API: nvim_source: save/restore script context #11159Vikram Pal1
2019-12-01API: nvim_sourceSiddhant Gupta1
2019-11-29floatwin: show error if window is closed immediately #11476Justin M. Keyes1
2019-11-25doc + extmarks tweaks #11421Justin M. Keyes1
2019-11-22Clear 'cc' in nvim_open_win 'minimal' style #11361 (#11427)Dennis B1
2019-11-11nsmarks: initial committimeyyy1
2019-11-09paste: Select-mode, Visual-mode #11360Justin M. Keyes1
2019-11-06doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes1
2019-10-29lua/executor.c: use TRY_WRAPJustin M. Keyes1
2019-09-14Context: rename "buflist" => "bufs"Justin M. Keyes1
2019-09-14API: nvim_get_context: "opts" paramJustin M. Keyes1
2019-09-11Remove excess <stdint.h>Jan Edmund Lazo1
2019-09-11docJustin M. Keyes1
2019-09-09doc: |api-fast| [ci skip]Justin M. Keyes1
2019-09-09docJustin M. Keyes1
2019-09-04anchor float to buffer positionBjörn Linse1
2019-09-02paste: one undo-block per streamJustin M. Keyes1
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. Keyes1
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. Keyes1
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-14api: nvim_win_open() style="minimal" should disable 'foldcolumn'Björn Linse1
2019-07-27API: Context: save/restoreAbdelhakeem1
2019-07-27API: ContextJustin M. Keyes1
2019-07-07api/window: add style="minimal" flag to nvim_open_win()Björn Linse1
2019-06-30rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse1
2019-06-25api: make nvim__inspect_cell support multiple gridsBjörn Linse1