summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2021-09-10docs: extmark indexing #12742Patrice Peterson2
2021-09-01feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes1
2021-08-28perf(api): avoid spurious allocations when converting small objectsBjörn Linse1
2021-08-26Merge #15293 Vimscript "method" syntaxJustin M. Keyes1
2021-08-22refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse3
2021-08-22refactor(api): remove unneccesary indirection around handlesBjörn Linse4
2021-08-22refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse4
2021-08-12vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar1
2021-08-11Merge pull request #15336 from bfredl/plinesBjörn Linse1
2021-08-10refactor(api): remove redundant api_set_errorJavier López1
2021-08-10refactor(plines): remove implicit curwin plines() functionBjörn Linse1
2021-08-03refactor: remove remaining references to nvim_buf_set_virtual_textGregory Anders1
2021-07-30refactor: PVS/V501: removed duplicate sub-expression 'chunk.size > 2'Dundar Göc1
2021-07-29feat(decorations): deprecate nvim_buf_set_virtual_textBjörn Linse3
2021-07-29refactor(decorations): merge the two different code paths for virt_textBjörn Linse2
2021-07-29feat(decorations): allow more than one stacked highlight in a virt_textBjörn Linse2
2021-07-24fix: fix incorrect call sites of xcallocGregory Anders2
2021-07-07chore: use codespell to spell check #15016dundargoc3
2021-07-07clang/'Dead initialization': don't assign unused value to variable "string" #...dundargoc1
2021-07-02Merge pull request #14864 from seandewar/get-config-zindexBjörn Linse1
2021-06-27[RDY] Add buffer information to tabline_update (#12481)John Gehrig1
2021-06-19fix(api/win_get_config): include z-indexSean Dewar1
2021-06-16perf(extmarks): allow ephemeral extmarks past EOFThomas Vigouroux1
2021-06-14feat(float): add rounded borders presetChristian Clason2
2021-06-10api:get_config: don't add border="none" (inactive default)Björn Linse1
2021-06-10fix linter errorsCorey Williamson1
2021-06-10api: include border in nvim_win_get_configCorey Williamson1
2021-06-10Merge pull request #14717 from notomo/add-win-call-apiBjörn Linse1
2021-06-10Merge pull request #14510 from urandom/doc_nvim_buf_set_extmarkBjörn Linse1
2021-06-10api: add nvim_win_callnotomo1
2021-06-02clang/'Logic error': assert get_decor_provider(id, true) returns nonnullJan Edmund Lazo1
2021-06-01api(parse_float_config): use api_object_to_bool()Sean Dewar1
2021-06-01api(nvim_open_win): add "noautocmd" optionSean Dewar3
2021-05-31Merge pull request #14531 from janlazo/revert-noblockJan Edmund Lazo1
2021-05-28lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries1
2021-05-19lua: use proper conversion of vim.g valuesBjörn Linse1
2021-05-15Merge pull request #14468 from bfredl/zindexBjörn Linse3
2021-05-15floats: z-indexBjörn Linse3
2021-05-12fixup! refactor nvim_buf_set_lines to use extmark_spliceJan Edmund Lazo1
2021-05-11Merge pull request #14243 from shadmansaleh/Allow_cterm_colors_nvim_set_hlBjörn Linse1
2021-05-10Revert "api/window: use the "noblock" variants in nvim_win_set_buf"Jan 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-07Merge pull request #13664 from ivechan/win_exectuteJan Edmund Lazo1
2021-05-06api/window: use the "noblock" variants in nvim_win_set_bufjing1
2021-05-05fix(gcc): compile warning in nvim_buf_set_extmarkSean Dewar1
2021-05-01fix: make nvim_win_get_number() return win number (#14470)Julian Berman1
2021-05-01decorations: right_align and win_colBjörn Linse1