ZIm/crates/vim/src
Julia fc9687d163 Avoid panic by accessing view handle by global in wrong window
View handles are window specific but this global will be doing things
in all windows, that would cause a panic when it attempted to update
a status bar mode indicator in a background window

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
2023-07-27 18:53:05 -04:00
..
normal Fix shift-enter in search 2023-07-21 09:10:12 -06:00
test Avoid panic by accessing view handle by global in wrong window 2023-07-27 18:53:05 -04:00
editor_events.rs Fix enter in search 2023-07-20 20:48:36 -06:00
insert.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
mode_indicator.rs Avoid panic by accessing view handle by global in wrong window 2023-07-27 18:53:05 -04:00
motion.rs vim: add , and ; 2023-07-21 09:50:22 -06:00
normal.rs Quality of life shortcuts for code actions 2023-07-21 09:47:15 -06:00
object.rs Fix remaining vim failures 2023-04-20 15:25:11 -06:00
state.rs vim: add , and ; 2023-07-21 09:50:22 -06:00
test.rs Avoid panic by accessing view handle by global in wrong window 2023-07-27 18:53:05 -04:00
utils.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
vim.rs Avoid panic by accessing view handle by global in wrong window 2023-07-27 18:53:05 -04:00
visual.rs Avoid panic from assuming a vim operator exists on the operator stack 2023-07-21 14:25:30 -04:00