aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* | fix(api): fix nvim_buf_set_extmarkerw72021-10-07
|/
* fix(docs): add win_config.cJustin M. Keyes2021-10-05
* fix(docs): duplicate tag, wrong formattingJustin M. Keyes2021-10-05
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* docs: fix typoAditya Kurdunkar2021-10-04
* Merge pull request #15901 from bfredl/apiorgBjörn Linse2021-10-04
|\
| * refactor(api): move window config related functions to own fileBjörn Linse2021-10-04
| * refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
* | refactor: remove redundant char casts #15888dundargoc2021-10-04
|/
* Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\
| * refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar2021-10-02
* | fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
|/
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* fix(api): fix crash after set_option_value_for() #15390gmntroll2021-09-25
* refactor: format #15702dundargoc2021-09-18
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* feat(api): convert Blobs to API stringsSean Dewar2021-09-15
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* feat(api): win_viewport also sends line_count #15613Yatao Li2021-09-10
* docs: extmarks indexing #15311Justin M. Keyes2021-09-10
* docs: extmarks indexing #15311Javier López2021-09-10
* docs: extmark indexing #12742Patrice Peterson2021-09-10
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* perf(api): avoid spurious allocations when converting small objectsBjörn Linse2021-08-28
* Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\
| * vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar2021-08-12
* | refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* | refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* | refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse2021-08-22
|/
* Merge pull request #15336 from bfredl/plinesBjörn Linse2021-08-11
|\
| * refactor(plines): remove implicit curwin plines() functionBjörn Linse2021-08-10
* | refactor(api): remove redundant api_set_errorJavier López2021-08-10
|/
* refactor: remove remaining references to nvim_buf_set_virtual_textGregory Anders2021-08-03
* refactor: PVS/V501: removed duplicate sub-expression 'chunk.size > 2'Dundar Göc2021-07-30
* feat(decorations): deprecate nvim_buf_set_virtual_textBjörn Linse2021-07-29
* refactor(decorations): merge the two different code paths for virt_textBjörn Linse2021-07-29
* feat(decorations): allow more than one stacked highlight in a virt_textBjörn Linse2021-07-29
* fix: fix incorrect call sites of xcallocGregory Anders2021-07-24
* chore: use codespell to spell check #15016dundargoc2021-07-07
* clang/'Dead initialization': don't assign unused value to variable "string" #...dundargoc2021-07-07
* Merge pull request #14864 from seandewar/get-config-zindexBjörn Linse2021-07-02
|\
| * fix(api/win_get_config): include z-indexSean Dewar2021-06-19
* | [RDY] Add buffer information to tabline_update (#12481)John Gehrig2021-06-27
|/
* perf(extmarks): allow ephemeral extmarks past EOFThomas Vigouroux2021-06-16
* feat(float): add rounded borders presetChristian Clason2021-06-14
* api:get_config: don't add border="none" (inactive default)Björn Linse2021-06-10
* fix linter errorsCorey Williamson2021-06-10
* api: include border in nvim_win_get_configCorey Williamson2021-06-10