rb_nav 0.0.5 → 0.0.6
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.
- data/lib/rb_nav/version.rb +1 -1
- data/lib/rb_nav.vim +1 -1
- metadata +1 -1
data/lib/rb_nav/version.rb
CHANGED
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 -
|
|
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")
|