Skip to content

Commit

Permalink
resolve a typo in the configuration initialization section
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault committed Jun 30, 2008
1 parent fc667d0 commit 78aef90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2008-06-29 Mark Guzman <segfault@hasno.info>

* autoload/rubycomplete.vim: resolve a typo in the configuration initialization
section

2008-06-29 Tim Pope <vim@tpope.info>

* syntax/ruby.vim: revert highlighting of - as number
Expand Down
2 changes: 1 addition & 1 deletion autoload/rubycomplete.vim
Expand Up @@ -36,7 +36,7 @@ if !exists("g:rubycomplete_classes_in_global")
endif

if !exists("g:rubycomplete_buffer_loading")
let g:rubycomplete_classes_in_global = 0
let g:rubycomplete_buffer_loading = 0
endif

if !exists("g:rubycomplete_include_object")
Expand Down

0 comments on commit 78aef90

Please sign in to comment.