LazyVim.LazyVim/lua/lazyvim/plugins/extras/editor
Torin Rudeen b110550393
fix(extras): migrate away from deprecated get_target_window() in mini-files (#4479)
## Description

This method is deprecated in the most recent version of mini-files:
a3a9cce821/lua/mini/files.lua (L1060-L1068),
which causes a warning message to be displayed every time the
`<leader>wv` and similar commands are used from the mini file browser.

I've tested this change locally and it gets rid of the warning message.

## Screenshots
Warning message without this fix:
<img width="1355" alt="image"
src="https://github.com/user-attachments/assets/cf5dc674-6054-4cb2-9e9b-3b0bb03dd5ca">

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-10-02 10:23:26 +02:00
..
aerial.lua refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
dial.lua fix(dial): move date related augends to default group (#3927) 2024-07-05 16:08:52 +02:00
fzf.lua fix(pick): get rid of "auto" picker and set better defaults for telescope find_files (#4024) 2024-07-14 07:52:00 +02:00
harpoon2.lua fix(harpoon): harpoon2 deprecated message (#2920) 2024-04-22 09:45:59 +02:00
illuminate.lua fix(illuminate): s/enabed/enabled (#3313) 2024-05-26 10:38:28 +02:00
inc-rename.lua feat(editor): added extra for inc-rename.nvim (#3432) 2024-06-04 09:51:36 +02:00
leap.lua fix(flit): use which-key preset keymap descriptions (#4000) 2024-07-13 09:51:19 +02:00
mini-diff.lua feat(extras): added extra for mini.diff 2024-03-28 23:41:54 +01:00
mini-files.lua fix(extras): migrate away from deprecated get_target_window() in mini-files (#4479) 2024-10-02 10:23:26 +02:00
mini-move.lua fix(mini.move): default mini.move setup already maps the correct keys 2024-03-29 00:21:52 +01:00
navic.lua refactor: LazyVim.config 2024-06-16 15:35:38 +02:00
outline.lua fix(outline): use new object for symbols.filter (#4006) 2024-07-12 22:06:34 +02:00
overseer.lua feat: new mappings format for which-key v3. Forgot to push :) 2024-07-12 22:54:35 +02:00
refactoring.lua fix(refactoring): use pick for both Telescope and fzf-lua (#3769) 2024-06-23 07:01:58 +02:00
telescope.lua fix(telescope): better find_command. Fixes #4031 2024-07-14 18:06:40 +02:00