summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.c
AgeCommit message (Expand)AuthorFiles
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-04-30refactor: replace char_u variables and functions with charDundar Goc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-23docs: make docstring consistent with parameters #18178dundargoc1
2022-04-10refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders1
2022-03-18docs: reword description for nvim_buf_line_count() (#17766)Xiretza1
2022-03-13refactor: minimize variable scope and eliminate empty declarationsDundar Göc1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-03-10chore: fix typos (#17331)dundargoc1
2022-02-28feat(lua): show proper verbose output for lua configurationshadmansaleh1
2022-02-23fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)Gregory Anders1
2022-02-22feat(api): implement nvim_buf_get_text (#15181)Gregory Anders1
2022-01-01feat(api): add support for lua function & description in keymapshadmansaleh1
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-12-12refactor(build): remove unused includeskylo2521
2021-12-10refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse1
2021-11-27chore: fix typos (#16361)dundargoc1
2021-11-01refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez1
2021-10-25refactor(api): move extmark API to its own fileBjörn Linse1
2021-10-23feat(decorations): support more than one virt_lines blockBjörn Linse1
2021-10-12refactor: reduce number of unique char casts (#15995)dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-10-07Merge pull request #15934 from kylo252/replacement-sizeBjörn Linse1
2021-10-07Merge pull request #15941 from dundargoc/refactor/remove-redundant-castsBjörn Linse1
2021-10-07refactor: remove redundant castsDundar Göc1
2021-10-07fix(api): fix nvim_buf_set_extmarkerw71
2021-10-06fix(lint): remove redundant ternary operatorkylo2521
2021-10-05feat(api): named marks set, get, delete #15346Javier Lopez1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2021-09-26feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse1
2021-09-18refactor: format #15702dundargoc1
2021-09-10docs: extmarks indexing #15311Javier López1
2021-09-10docs: extmark indexing #12742Patrice Peterson1
2021-08-10refactor(api): remove redundant api_set_errorJavier López1
2021-07-29feat(decorations): deprecate nvim_buf_set_virtual_textBjörn Linse1
2021-07-29refactor(decorations): merge the two different code paths for virt_textBjörn Linse1
2021-07-29feat(decorations): allow more than one stacked highlight in a virt_textBjörn Linse1
2021-07-24fix: fix incorrect call sites of xcallocGregory Anders1
2021-06-16perf(extmarks): allow ephemeral extmarks past EOFThomas Vigouroux1
2021-06-10Merge pull request #14510 from urandom/doc_nvim_buf_set_extmarkBjörn Linse1
2021-05-12fixup! refactor nvim_buf_set_lines to use extmark_spliceJan Edmund Lazo1
2021-05-10Fix nvim_buf_set_linesdisrupted1
2021-05-10Update the functio documentation in CViktor Kojouharov1
2021-05-09make get_region_bytecount end-exclusivechentau1
2021-05-09refactor nvim_buf_set_lines to use extmark_splicechentau1
2021-05-05fix(gcc): compile warning in nvim_buf_set_extmarkSean Dewar1
2021-05-01decorations: right_align and win_colBjörn Linse1
2021-04-14decoration: Clean up duplicate Decoration attributes + bonus hl_eol flagBjörn Linse1
2021-04-07docs: add priority option in buf_set_extmarkThomas Vigouroux1
2021-04-03luaref: free all references in buffer_updatesBjörn Linse1