aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
Commit message (Expand)AuthorAge
* 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
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* fix(api): allow negative column arguments for nvim_buf_set_text (#23501)notomo2023-07-04
* docs: fix misparsed headings (#24162)Christian Clason2023-06-26
* docs: autocmds, miscJustin M. Keyes2023-06-25
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(clang-tidy): remove redundant castsdundargoc2023-04-26
* perf(lsp): only redraw the windows containing LSP tokensbfredl2023-02-28
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* fix(api): nvim_buf_get_text regression (#21071)Lewis Russell2022-11-15
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* docs: various #12823Justin M. Keyes2022-10-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2022-08-31
* refactor: replace char_u with charDundar Goc2022-08-25
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)zeertzjq2022-08-06
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq2022-06-23
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* refactor(api): move command related API to separate filebfredl2022-06-12
* refactor(api): move option code to own filebfredl2022-06-12