diff options
-rw-r--r-- | spec/novim_mode_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/novim_mode_spec.rb b/spec/novim_mode_spec.rb index 965fbb0..ce19704 100644 --- a/spec/novim_mode_spec.rb +++ b/spec/novim_mode_spec.rb @@ -261,7 +261,7 @@ describe 'Pane control' do specify 'closing a pane' do # Open Netrw file manager in a sidebar - type '<M-;>:Vexplore<CR>' + type '<M-;>Vexplore<CR>' buffer_id = vim.command "echo bufnr('%')" expect(buffer_id).to eq '2' |