aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private
Commit message (Expand)AuthorAge
* perf(api): avoid spurious allocations when converting small objectsBjörn Linse2021-08-28
* 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
* 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
* clang/'Dead initialization': don't assign unused value to variable "string" #...dundargoc2021-07-07
* feat(float): add rounded borders presetChristian Clason2021-06-14
* api(parse_float_config): use api_object_to_bool()Sean Dewar2021-06-01
* api(nvim_open_win): add "noautocmd" optionSean Dewar2021-06-01
* lua: use proper conversion of vim.g valuesBjörn Linse2021-05-19
* floats: z-indexBjörn Linse2021-05-15
* float: add "solid" border style (#14310)Marco Hinz2021-04-12
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* luaref: free decoration providersBjörn Linse2021-04-03
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* wheel: move non-window code out of window.cBjörn Linse2021-03-22
* api: nvim_echonotomo2021-01-20
* fix: check for valid buffer handles in modify_keymap (#13543)Thomas Vigouroux2021-01-03
* api: move deprecated functions to separate filesBjörn Linse2020-12-05
* api/options: cleanup the fixupBjörn Linse2020-12-04
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* api: add API for themesBjörn Linse2020-11-01
* fixup: fixup: fixup: fixup:TJ DeVries2020-10-22
* fixup: some small nit picksTJ DeVries2020-10-22
* fixup: bfredl commentsTJ DeVries2020-10-22
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* luahl: global the luahlBjörn Linse2020-09-13
* luahlBjörn Linse2020-09-13
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* helpers: fix FIXED_TEMP_ARRAYMatthieu Coudron2020-04-24
* PVS/V618: fix printf-style args #11888Justin M. Keyes2020-02-22
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler2020-01-14
* API: fix crash on copy_object(kObjectTypeWindow) #11651Ghjuvan Lacambre2020-01-02
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* doc + extmarks tweaks #11421Justin M. Keyes2019-11-25
* extmark: rename ExtendedMark => ExtmarkJustin M. Keyes2019-11-11
* extmark: review changesBjörn Linse2019-11-11
* nsmarks: initial committimeyyy2019-11-11
* namespace: add ns_initialized funcTimothy C Eichler2019-11-11
* lua/executor.c: use TRY_WRAPJustin M. Keyes2019-10-29
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* api: make try_end clean-up after an exception properly. Fixes #10809Björn Linse2019-09-02