summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2021-04-24doc : fixing missing @return in nvim_open_term docMichael Bleuez1
2021-04-21api: fix nvim_exec() silencing behaviour (#14413)Shadman1
2021-04-15Merge pull request #14358 from bfredl/decodecoBjörn Linse1
2021-04-14decoration: Clean up duplicate Decoration attributes + bonus hl_eol flagBjörn Linse1
2021-04-12float: add "solid" border style (#14310)Marco Hinz1
2021-04-07docs: add priority option in buf_set_extmarkThomas Vigouroux1
2021-04-05Merge pull request #14227 from bfredl/bordaa3Björn Linse2
2021-04-04Border: allow to enable/disable specific border edgesBjörn Linse2
2021-04-04api: fix use-after-free in nvim_chan_sendBjörn Linse1
2021-04-03luaref: free decoration providersBjörn Linse2
2021-04-03luaref: free all references in buffer_updatesBjörn Linse1
2021-04-03lua: track reference ownership with ASAN when presentBjörn Linse1
2021-04-02clang/'Logic error': fix loop cond to avoid nullptr derefJan Edmund Lazo1
2021-03-29Make clint happy about spaces.shadmansaleh1
2021-03-29Api: Adding cterm color support to nvim_set_hlshadmansaleh1
2021-03-28Merge pull request #14091 from euclidianAce/euclidianAce/nvim_win_hideBjörn Linse1
2021-03-22floats: add borders (MS-DOS MODE)Björn Linse2
2021-03-22wheel: move non-window code out of window.cBjörn Linse1
2021-03-22w_grid_alloc: baseline implBjörn Linse1
2021-03-15api: destabilize nvim_set_hl_nsBjörn Linse1
2021-03-12api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse1
2021-03-10api: clarify difference between win_hide and win_closeCorey Williamson1
2021-03-10decorations: add additional styling of virt_text overlaysBjörn Linse1
2021-03-09api: add vim.api.nvim_win_hideCorey Williamson1
2021-03-06Merge pull request #14052 from phaazon/fix/typoBjörn Linse1
2021-03-07Added If true to show that {after} and {follow} parameters of nvim_put() are ...Lee Wannacott1
2021-03-04Fix a typo in the Lua documentation for nvim_create_namespace().Dimitri Sabadie1
2021-02-22decorations: allow virt_text overlay at any columnBjörn Linse1
2021-02-17Merge pull request #13944 from chentau/on_bytes_docBjörn Linse1
2021-02-17Doc: update documentation for on_byteschentau1
2021-02-16Merge pull request #13692 from mjlbach/fix_cursor_respect_current_lineBjörn Linse1
2021-02-10buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse1
2021-02-08Merge pull request #13899 from chentau/set_text_fixBjörn Linse1
2021-02-07correctly mark changed regions for set_textchentau1
2021-02-02api: add nvim_notifyMatthieu Coudron1
2021-01-31fix_cursor: do not change line number when edit will not impact cursorMichael Lingelbach1
2021-01-28Merge pull request #13784 from runiq/get_extmark_by_id-limit_breakThomas Vigouroux1
2021-01-22Merge pull request #13813 from notomo/fix-nvim-echo-clearBjörn Linse1
2021-01-22Merge pull request #13679 from chentau/gravityBjörn Linse1
2021-01-21api(echo): should clear cmdline before echonotomo1
2021-01-20api: nvim_echonotomo2
2021-01-18doc: remove nvim_buf_get_extmark_by_id limit optPatrice Peterson1
2021-01-12change end_right_gravity error behaviorchentau1
2021-01-05change gravity to be a boolean flag, and add corresponding flag for end posit...chentau1
2021-01-03allow for extmark gravity to be set through apichentau1
2021-01-03fix: check for valid buffer handles in modify_keymap (#13543)Thomas Vigouroux1
2021-01-01api: set_text: fix some byte count issuesBjörn Linse1
2021-01-01api: set_text: more tests, and fixing lintchentau1
2021-01-01api: set_text: rebase, update to new api, and add more testsTony Chen1
2021-01-01api: set_text: fix validation and some issuesBlaž Hrastnik1