aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
| * fix(ui): data corruption in remote_ui_raw_linebfredl2024-05-12
* | fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
|/
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
* fix(api): use correct buffer for "range" in nvim__redraw (#28614)luukvbaal2024-05-03
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal2024-05-01
* revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2024-05-01
* docs(api): sort unreleased nvim__ functions last #28580Justin M. Keyes2024-04-30
* fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes2024-04-30
* docs: misc #24163Justin M. Keyes2024-04-30
* fix(treesitter): make tests for memoize more robustbfredl2024-04-29
* feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
* refactor(api): deprecate nvim_call_atomic #28433Justin M. Keyes2024-04-22
* fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal2024-04-21
* test: API can return Lua function to Lua code (#28380)zeertzjq2024-04-17
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* test: make mapping tests more consistent (#28368)zeertzjq2024-04-16
* test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq2024-04-16
* fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq2024-04-15
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* fix(float): improve error message when reconfig failed (#25076)Raphael2024-04-13
* fix(float): don't relative flaot win itselfglepnir2024-04-10
* vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq2024-04-05
* 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