aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* refactor: informative error msg for 'noautocmd' (#28147)Will Hopkins2024-04-02
* fix(api): set script context when using nvim_set_hl (#28123)zeertzjq2024-03-31
* feat(ui): indicate margins for the area used by win_viewportbfredl2024-03-29
* docs: fix typos (#27868)dundargoc2024-03-28
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api): nvim_create_buf assert fails if autocmds set &swapfileSean Dewar2024-03-19
* fix(api): nvim_create_buf leaks memory if buffer is loaded earlySean Dewar2024-03-19
* fix(ui): fix edge case around flushingbfredl2024-03-15
* fix(api): update grid cursor in nvim_win_set_cursor()Luuk van Baal2024-03-15
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor: use ml_get_buf_len() in API code (#27825)zeertzjq2024-03-12
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* Merge pull request #27330 from seandewar/win_set_config-fixesSean Dewar2024-03-09
|\
| * fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar2024-03-09
| * fix(api): win_set_config update statuslines after removing splitsSean Dewar2024-03-09
| * fix(api): patch some cmdwin/textlock holesSean Dewar2024-03-08
| * fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
| * vim-patch:9.1.0118: Use different restoration strategy in win_splitmoveSean Dewar2024-03-08
| * vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
| * fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar2024-03-08
| * fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar2024-03-08
| * fix(api): make open_win/win_set_config check if splitting allowedSean Dewar2024-03-08
| * fix(api): avoid open_win UAF if target buf deleted by autocmdsSean Dewar2024-03-08
| * fix(api): open_win fire Buf* events when !enter && !noautocmd if entered earlySean Dewar2024-03-08
| * fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmdSean Dewar2024-03-08
| * fix(api): win_set_config fires unnecessary autocmdsSean Dewar2024-03-08
| * fix(api): win_set_config autocmds crash when moving win to other tabpageSean Dewar2024-03-08
* | docs: support inline markdownLewis Russell2024-03-09
|/
* refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs: fix several misleading and superfluous wordings (#27609)Evgeni Chasnovski2024-02-25
* fix(api): don't leak memory with nvim_win_get_ns (#27570)zeertzjq2024-02-22
* fix(extmarks): redraw properly with scoped inline virt_text (#27569)zeertzjq2024-02-22
* feat(extmark): window scoped extmarkaltermo2024-02-21
* docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp2024-02-21
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* Merge pull request #27541 from bfredl/exprarenabfredl2024-02-20
|\
| * refactor(api): use an arena for nvim_parse_expressionbfredl2024-02-20
* | fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
|/
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* refactor(api): use arena for nvim_put and nvim_pastebfredl2024-02-19
* refactor(api): use arena when listing objectsbfredl2024-02-19
* refactor(api): use arena for runtime and client infobfredl2024-02-19
* refactor(api): use an arena for user commandsbfredl2024-02-19
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18
* refactor(api): use arena for autocmdsbfredl2024-02-18
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(api): use an arena for mappingsbfredl2024-02-18