zed/crates/vim/src
Marshall Bowers 5935681c5c
Enable clippy::single_char_pattern (#8727)
This PR enables the
[`clippy::single_char_pattern`](https://rust-lang.github.io/rust-clippy/master/index.html#/single_char_pattern)
rule and fixes the outstanding violations.

Release Notes:

- N/A
2024-03-02 17:04:59 -05:00
..
normal Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
test Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
command.rs Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
editor_events.rs vim: Fix renaming (#7714) 2024-02-12 22:28:26 -07:00
insert.rs vim: Keep multi-cursor on escape (#8464) 2024-02-26 22:54:02 -07:00
mode_indicator.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
motion.rs Enable clippy::useless_conversion (#8724) 2024-03-02 16:31:47 -05:00
normal.rs Vim mode: make motion::EndOfLine works with times. (#8591) 2024-03-01 14:00:31 +01:00
object.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
state.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
test.rs Vim mode: make motion::EndOfLine works with times. (#8591) 2024-03-01 14:00:31 +01:00
utils.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
vim.rs Fix documentation for use_system_clipboard (#8635) 2024-03-01 15:44:09 -07:00
visual.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00