diff options
author | Joe Wilm <joe@jwilm.com> | 2017-04-30 22:10:38 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-05-01 08:21:42 -0700 |
commit | 09031decc0510c107804aea490e437176bbb3535 (patch) | |
tree | 56efa5c64e9b6ad7ecd2dd92fe5e55aaf03a33e7 /tests/ref.rs | |
parent | 9c557407d6eb49d247ca1206660b4c3af64a6e7f (diff) | |
download | alacritty-09031decc0510c107804aea490e437176bbb3535.tar.gz alacritty-09031decc0510c107804aea490e437176bbb3535.zip |
Support insert mode
Diffstat (limited to 'tests/ref.rs')
-rw-r--r-- | tests/ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref.rs b/tests/ref.rs index 9debd486..5b84de66 100644 --- a/tests/ref.rs +++ b/tests/ref.rs @@ -37,6 +37,7 @@ ref_tests! { vim_large_window_scroll vim_simple_edit vttest_cursor_movement_1 + vttest_insert vttest_origin_mode_1 vttest_origin_mode_2 vttest_scroll |