aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* Merge pull request #15839 from bfredl/encgruggBjörn Linse2021-10-07
|\
| * refactor(api): cleanup modify_keymap and parse_keymap_optsBjörn Linse2021-10-07
* | 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
|/
* 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