rb_nav 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/rb_nav/version.rb +1 -1
  2. data/lib/rb_nav.vim +1 -1
  3. metadata +1 -1
@@ -1,4 +1,4 @@
1
1
  module RbNav
2
2
 
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
data/lib/rb_nav.vim CHANGED
@@ -103,7 +103,7 @@ function! AutocompleteRbNavMethods(findstart, base)
103
103
  endfun
104
104
 
105
105
  func! RbNavMethods()
106
- let command = "grep -rn '^\\s*\\def ' ".s:current_file." | rb_nav_methods "
106
+ let command = "grep -n '^\\s*def ' ".s:current_file." | rb_nav_methods "
107
107
  echom command
108
108
  let res = system(command)
109
109
  return split(res, "\n")
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rb_nav
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi