ZIm/crates/vim/src
Piotr Osiewicz abf3b4a54e
chore: Replace lazy_static Mutex with const. (#2693)
Mutex::new() is const-stable as of Rust 1.63.

Release Notes:
- N/A
2023-07-07 15:07:12 +02:00
..
normal Vim toggle case (#2648) 2023-06-27 04:13:24 -06:00
test chore: Replace lazy_static Mutex with const. (#2693) 2023-07-07 15:07:12 +02:00
editor_events.rs Avoid calling update_window twice in blurred event handler 2023-05-04 16:18:01 +02:00
insert.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
motion.rs vim: Fix 1G 2023-06-22 12:11:14 -06:00
normal.rs Vim toggle case (#2648) 2023-06-27 04:13:24 -06:00
object.rs Fix remaining vim failures 2023-04-20 15:25:11 -06:00
state.rs Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage 2023-02-23 14:10:55 -08:00
test.rs vim: indent/outdent 2023-06-26 10:08:34 -06:00
utils.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
vim.rs vim: Fix 1G 2023-06-22 12:11:14 -06:00
visual.rs vim: Fix 1G 2023-06-22 12:11:14 -06:00