ZIm/crates/vim/src
Sinan Gençoğlu ff7017c308
Replace lazy_static with std::sync::LazyLock (#16066)
Closes #15860 

Since rust std now supports LazyLock replacing lazy_static with it
reduce the external dependency.

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-08-20 14:27:33 -04:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
test Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
change_list.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
command.rs vim: Support ranges in command (#15985) 2024-08-08 21:47:27 +01:00
digraph.rs Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
editor_events.rs vim: Support ranges in command (#15985) 2024-08-08 21:47:27 +01:00
insert.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
mode_indicator.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
motion.rs fix: Typos (#15313) 2024-07-26 17:52:37 -07:00
normal.rs vim: Fix count in visual indent (#15296) 2024-07-26 16:03:41 -06:00
object.rs vim: Adjust surrounding_markers method (#14752) 2024-07-18 11:53:51 -06:00
replace.rs vim: Allow count and repeat for "r" and "shift-r" action (#13287) 2024-06-24 09:41:33 -06:00
state.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
surrounds.rs fix: Typos (#15313) 2024-07-26 17:52:37 -07:00
test.rs vim: Fix >... (#15404) 2024-07-29 09:22:25 -06:00
vim.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
visual.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00