ZIm/crates/vim/src/test
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
..
neovim_backed_binding_test_context.rs Fix panic in vim motion when not listed as exclusive and add features enum to capture why tests are ignored 2022-10-24 18:27:56 -07:00
neovim_backed_test_context.rs vim: Fix edge-case in } when trailing newline is absent 2023-06-29 23:31:22 -06:00
neovim_connection.rs vim: { } to navigate by paragraph (#2668) 2023-07-07 14:59:06 -06:00
vim_binding_test_context.rs remove mode after which is unused 2022-10-24 18:31:26 -07:00
vim_test_context.rs Avoid panic by accessing view handle by global in wrong window 2023-07-27 18:53:05 -04:00