rb_nav 0.2.6 → 0.2.7
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/README.markdown +1 -1
- data/lib/rb_nav/version.rb +1 -1
- data/lib/rb_nav.vim +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -39,7 +39,7 @@ For the all the commands below, the mapleader is assumed to be `,`. If it is
|
|
|
39
39
|
### Invoking the plugin
|
|
40
40
|
|
|
41
41
|
* `,n` navigate the classes and modules in your project
|
|
42
|
-
* `,
|
|
42
|
+
* `,nn` navigate the methods in the current file
|
|
43
43
|
|
|
44
44
|
To change these keymappings, edit the two lines at the end of
|
|
45
45
|
`~/.vim/plugin/rb_nav.vim`.
|
data/lib/rb_nav/version.rb
CHANGED
data/lib/rb_nav.vim
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: rb_nav
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Daniel Choi
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-07-
|
|
13
|
+
date: 2011-07-14 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies: []
|
|
16
16
|
|