ZIm/crates/vim/src
smit 4b3a2a33a8
vim: Fix auto_indent_on_paste not being respected (#25447)
Closes #12236

This PR fixes an issue where the `auto_indent_on_paste` setting was not
being applied for pasting in Vim mode. It was correctly used for normal
paste behavior.

Also includes tests.  


Release Notes:

- Fixed yank + paste indenting incorrectly when `auto_indent_on_paste`
is set to `false` in certain languages.
2025-02-24 14:59:05 +05:30
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal vim: Fix auto_indent_on_paste not being respected (#25447) 2025-02-24 14:59:05 +05:30
test Add regex highlights in the query input (#25005) 2025-02-17 09:15:43 +00:00
change_list.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
command.rs Git actions v2 (#25197) 2025-02-19 21:22:31 -07:00
digraph.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
helix.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
indent.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
insert.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
mode_indicator.rs Display case-sensitive keybindings for vim commands (#24322) 2025-02-14 22:03:59 -07:00
motion.rs Add editor actions for moving and selecting to next / previous excerpt (#25299) 2025-02-21 00:23:20 +00:00
normal.rs vim: Add exchange (#24678) 2025-02-22 20:36:21 +00:00
object.rs docs: Fix casing of "Tree-sitter" (#25427) 2025-02-23 15:30:10 +00:00
replace.rs vim: Add exchange (#24678) 2025-02-22 20:36:21 +00:00
rewrap.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
state.rs vim: Add exchange (#24678) 2025-02-22 20:36:21 +00:00
surrounds.rs Migrate keymap and settings + edit predictions rename (#23834) 2025-02-07 21:17:07 +05:30
test.rs Migrate keymap and settings + edit predictions rename (#23834) 2025-02-07 21:17:07 +05:30
vim.rs vim: Add exchange (#24678) 2025-02-22 20:36:21 +00:00
visual.rs vim: Update vi{ (#24601) 2025-02-10 22:26:26 -07:00