ZIm/crates/vim/src
Hans f3fa3b910a
vim: Add HTML tag support for #4503 (#8175)
a simple code for html tag support, I've only done the basics, and if
it's okay, I'll optimize and organize the code, and adapt other parts
like `is_multiline`, `always_expands_both_ways`, `target_visual_mode`,
etc

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-02-26 22:48:19 -07:00
..
normal Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
test vim: Add HTML tag support for #4503 (#8175) 2024-02-26 22:48:19 -07:00
command.rs Add :tabonly and :only vim commands (#8337) 2024-02-26 22:15:50 -07:00
editor_events.rs vim: Fix renaming (#7714) 2024-02-12 22:28:26 -07:00
insert.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
mode_indicator.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
motion.rs fix vim panics (#8245) 2024-02-23 08:31:41 -07:00
normal.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
object.rs vim: Add HTML tag support for #4503 (#8175) 2024-02-26 22:48:19 -07:00
state.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
test.rs Allow typing space in workspace::SendKeystrokes (#8288) 2024-02-23 10:40:12 -07:00
utils.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
vim.rs Add command_palette_hooks crate (#8398) 2024-02-25 13:21:20 -05:00
visual.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00