diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/novim_mode_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/novim_mode_spec.rb b/spec/novim_mode_spec.rb index 0b99674..15c993f 100644 --- a/spec/novim_mode_spec.rb +++ b/spec/novim_mode_spec.rb @@ -53,8 +53,7 @@ describe 'Basic editing' do copy me EOF - # Conventional behaviour shouldn't need the <End> right? - type '<S-End><C-c><End><Space><C-v>' + type '<S-End><C-c><Right><C-v>' after <<-EOF copy me copy me |