diff options
author | Thomas Buckley-Houston | 2017-07-25 10:04:32 +0000 |
---|---|---|
committer | Thomas Buckley-Houston | 2017-07-25 10:15:29 +0000 |
commit | 49835ac241224e03fd60ef0a8a3c0364384a6188 (patch) | |
tree | df16590b63c13b282c9332d7f6a222f595e18078 | |
parent | e00abb7772d53f118ca8662a0fcca03e2423c25d (diff) |
Remove extraneous `:` from a pane-movement spec
-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' |