aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* docs: lua error patterns #30240Justin M. Keyes2024-09-24
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs: misc (#28837)dundargoc2024-06-07
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* docs: fix typos (#27868)dundargoc2024-03-28
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor: use ml_get_buf_len() in API code (#27825)zeertzjq2024-03-12
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* refactor(api): use an arena for mappingsbfredl2024-02-18
* docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders2024-02-15
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl2024-02-11
* refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* refactor: IWYU (#27186)zeertzjq2024-01-25
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(api): redundant `ml_mfp` check #26059Justin M. Keyes2024-01-02
* docs: clarify on_bytes argumentsJaehwang Jung2024-01-01
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* docs: small fixes (#25585)dundargoc2023-10-29
* fix(api): load buffer first on nvim_buf_set_lines (#25823)Raphael2023-10-29
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko2023-09-11
* fix(api): better topline adjustments in nvim_buf_set_linesbfredl2023-08-29
* fix(api): fix inconsistent behavior of topline touched in recent refactorbfredl2023-08-27
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* docs: MAINTAIN.md, nvim_get_markJustin M. Keyes2023-07-08
* fix(api): disallow some more functions during textlockSean Dewar2023-07-05