rb_nav 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/rb_nav/version.rb +1 -1
  2. data/lib/rb_nav.vim +1 -0
  3. metadata +1 -1
@@ -1,4 +1,4 @@
1
1
  module RbNav
2
2
 
3
- VERSION = '0.1.7'
3
+ VERSION = '0.1.8'
4
4
  end
data/lib/rb_nav.vim CHANGED
@@ -111,6 +111,7 @@ endfunc
111
111
  func! s:open_class_file()
112
112
  if (getline(2) =~ '^\s*$')
113
113
  close
114
+ exe winbufnr(s:orig_bufnr)."wincmd w"
114
115
  return
115
116
  endif
116
117
  let selection = s:trimString(getline(2))
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rb_nav
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.7
5
+ version: 0.1.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi