summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.c
AgeCommit message (Expand)AuthorFiles
2021-03-10decorations: add additional styling of virt_text overlaysBjörn Linse1
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-07correctly mark changed regions for set_textchentau1
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-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-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
2021-01-01api: set_text: first stab at nvim_buf_set_textBjörn Linse1
2020-12-16Merge pull request #13355 from notomo/check-textlock-in-apiBjörn Linse1
2020-12-15feat(buffer_updates): allow ignoring when previewingThomas Vigouroux1
2020-12-15api: add textlock checknotomo1
2020-12-05api: move deprecated functions to separate filesBjörn Linse1
2020-11-25feat(luahl): add priority mechanismThomas Vigouroux1
2020-11-07decoration: split out "decoration" from "extmark" moduleBjörn Linse1
2020-11-01api: add API for themesBjörn Linse1
2020-10-22fixup: fixup: fixup: fixup:TJ DeVries1
2020-10-22fixup: bfredl commentsTJ DeVries1
2020-10-22api: nvim_buf_deleteTJ DeVries1
2020-10-10api: multiple decoration providers at onceBjörn Linse1
2020-10-05PVS/V1001: Remove assignment to unused variableG-flat1
2020-10-02extmark: Change nvim_buf_set_extmark to not create undo dataerw71
2020-10-02extmark: fix decoration ploblems with extmarkerw71
2020-09-17api(extmarks): allow extrange past final newlineThomas Vigouroux1
2020-09-13api: add nvim_buf_call to call function with curbuf changed to bufferBjörn Linse1
2020-09-13luahl: global the luahlBjörn Linse1
2020-09-13luahlBjörn Linse1
2020-09-10lua: cleanup naming conventions of executor functionsBjörn Linse1
2020-09-09api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse1
2020-09-05doc: fix invalid help tags #12745Georgy Komarov1
2020-09-04API: be less breaking in the christmas tree decorationsBjörn Linse1
2020-09-03decor: sketch new decorations APIBjörn Linse1
2020-09-03extmark: move id to dict in nvim_buf_set_extmarkBjörn Linse1
2020-09-03extmark: refiy "Decoration" abstractionBjörn Linse1
2020-07-02doc: fix scripts and regenerate (#12506)TJ DeVries1
2020-06-15doc: fix vim.api.nvim_buf_attach callback argumentsHirokazu Hata1
2020-04-13pvs/v560: remove redundant line checkJan Edmund Lazo1
2020-02-22PVS/V618: fix printf-style args #11888Justin M. Keyes1
2020-02-13clang bug: Dead assignment `ns_id`Bruno Roy1
2020-01-20shed biking: it's always extmarks, never marks extendedBjörn Linse1