rb_nav 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
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
- * `,N` navigate the methods in the current file
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`.
@@ -1,4 +1,4 @@
1
1
  module RbNav
2
2
 
3
- VERSION = '0.2.6'
3
+ VERSION = '0.2.7'
4
4
  end
data/lib/rb_nav.vim CHANGED
@@ -159,4 +159,4 @@ endfunc
159
159
 
160
160
 
161
161
  nnoremap <Leader>n :call <SID>autocomplete_classes()<cr>
162
- nnoremap <Leader>N :call <SID>autocomplete_methods()<cr>
162
+ nnoremap <Leader>nn :call <SID>autocomplete_methods()<cr>
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.6
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-10 00:00:00 -04:00
13
+ date: 2011-07-14 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16