aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
Commit message (Expand)AuthorAge
* 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
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* docs: nvim_buf_[get|set]_[text|lines] (#18404)Andrey Mishchenko2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* docs: make docstring consistent with parameters #18178dundargoc2022-04-23
* refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders2022-04-10
* docs: reword description for nvim_buf_line_count() (#17766)Xiretza2022-03-18
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* chore: fix typos (#17331)dundargoc2022-03-10
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)Gregory Anders2022-02-23
* feat(api): implement nvim_buf_get_text (#15181)Gregory Anders2022-02-22
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* refactor(build): remove unused includeskylo2522021-12-12
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* chore: fix typos (#16361)dundargoc2021-11-27
* refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez2021-11-01
* refactor(api): move extmark API to its own fileBjörn Linse2021-10-25
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* Merge pull request #15934 from kylo252/replacement-sizeBjörn Linse2021-10-07
|\
| * fix(lint): remove redundant ternary operatorkylo2522021-10-06
* | Merge pull request #15941 from dundargoc/refactor/remove-redundant-castsBjörn Linse2021-10-07
|\ \
| * | refactor: remove redundant castsDundar Göc2021-10-07
| |/
* / fix(api): fix nvim_buf_set_extmarkerw72021-10-07
|/
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05