summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.c
AgeCommit message (Expand)AuthorFiles
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-29docs: small fixes (#25585)dundargoc1
2023-10-29fix(api): load buffer first on nvim_buf_set_lines (#25823)Raphael1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-09-11fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko1
2023-08-29fix(api): better topline adjustments in nvim_buf_set_linesbfredl1
2023-08-27fix(api): fix inconsistent behavior of topline touched in recent refactorbfredl1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-07-21docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq1
2023-07-11feat(api): add nvim_win_text_height (#24236)zeertzjq1
2023-07-08docs: MAINTAIN.md, nvim_get_markJustin M. Keyes1
2023-07-05fix(api): disallow some more functions during textlockSean Dewar1
2023-07-05fix(api): use text_locked() to check textlockSean Dewar1
2023-07-04fix(api): allow negative column arguments for nvim_buf_set_text (#23501)notomo1
2023-06-26docs: fix misparsed headings (#24162)Christian Clason1
2023-06-25docs: autocmds, miscJustin M. Keyes1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-04-26refactor(clang-tidy): remove redundant castsdundargoc1
2023-02-28perf(lsp): only redraw the windows containing LSP tokensbfredl1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22187Justin M. Keyes1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-11-15fix(api): nvim_buf_get_text regression (#21071)Lewis Russell1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-14feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell1
2022-10-09docs: various #12823Justin M. Keyes1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-08-31refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq1
2022-08-25refactor: replace char_u with charDundar Goc1
2022-08-23perf(api): allow to use an arena for return valuesbfredl1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell1
2022-08-17refactor: remove some unused includes (#19820)zeertzjq1
2022-08-06fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)zeertzjq1
2022-08-02test: improve mapping tests and docs (#19619)zeertzjq1
2022-07-20refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl1
2022-06-30feat(marks): restore viewport on jump #15831Javier Lopez1
2022-06-23fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq1
2022-06-23refactor: move some mapping-related code to a separate file (#19061)zeertzjq1
2022-06-12refactor(api): move command related API to separate filebfredl1
2022-06-12refactor(api): move option code to own filebfredl1
2022-06-10refactor: change type of linenr_T from long to int32_tDundar Goc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-11docs: nvim_buf_[get|set]_[text|lines] (#18404)Andrey Mishchenko1