Skip to content

Commit 78aef90

Browse files
committed
resolve a typo in the configuration initialization section
1 parent fc667d0 commit 78aef90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2008-06-29 Mark Guzman <[email protected]>
2+
3+
* autoload/rubycomplete.vim: resolve a typo in the configuration initialization
4+
section
5+
16
2008-06-29 Tim Pope <[email protected]>
27

38
* syntax/ruby.vim: revert highlighting of - as number

autoload/rubycomplete.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if !exists("g:rubycomplete_classes_in_global")
3636
endif
3737

3838
if !exists("g:rubycomplete_buffer_loading")
39-
let g:rubycomplete_classes_in_global = 0
39+
let g:rubycomplete_buffer_loading = 0
4040
endif
4141

4242
if !exists("g:rubycomplete_include_object")

0 commit comments

Comments
 (0)