ZIm/crates/vim/src
Michael Sloan ab20681818
Use char level diff for Rewrap action for cursor preservation + not reinserting all text (#20368)
Closes #18896

Release Notes:

- Fixed #18896 - `editor::Rewrap` now preserves cursors and only inserts
whitespace by using character-level diff instead of line-level diff.
2024-11-11 22:24:04 -07:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00
test Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
change_list.rs vim: Improve lifecycle (#16477) 2024-08-20 20:48:50 -06:00
command.rs Exclude pinned tabs when closing items (#19593) 2024-11-07 11:20:19 +02:00
digraph.rs vim: Add (half of) ctrl-v/ctrl-q (#19585) 2024-10-31 23:25:42 -06:00
indent.rs vim: Command selection fixes (#18424) 2024-09-27 10:06:19 -06:00
insert.rs vim: Improve lifecycle (#16477) 2024-08-20 20:48:50 -06:00
mode_indicator.rs vim: Add (half of) ctrl-v/ctrl-q (#19585) 2024-10-31 23:25:42 -06:00
motion.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
normal.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00
object.rs vim: Fix paragraphs with softwrap (#20259) 2024-11-05 15:32:44 -07:00
replace.rs Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00
rewrap.rs Use char level diff for Rewrap action for cursor preservation + not reinserting all text (#20368) 2024-11-11 22:24:04 -07:00
state.rs Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00
surrounds.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00
test.rs Re-entrant SendKeystrokes (#20277) 2024-11-05 21:18:16 -07:00
vim.rs vim: Fix search in the Assistant (#20258) 2024-11-05 15:08:01 -07:00
visual.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00