diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:39:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:39:31 +0000 |
commit | a7241f5f19fd0865ce697939c347a8c88fb507d5 (patch) | |
tree | e1f1c07fe74094539286be048cc3306f6aedb0bc /runtime/autoload | |
parent | f233048a129fa7a3b89e064078435181d6421da5 (diff) | |
download | vim-git-a7241f5f19fd0865ce697939c347a8c88fb507d5.tar.gz |
updated for version 7.2a
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/rubycomplete.vim | 2 | ||||
-rw-r--r-- | runtime/autoload/xml/html401f.vim | 1 | ||||
-rw-r--r-- | runtime/autoload/xml/xhtml10f.vim | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/runtime/autoload/rubycomplete.vim b/runtime/autoload/rubycomplete.vim index 5b728607c..47c77d93d 100644 --- a/runtime/autoload/rubycomplete.vim +++ b/runtime/autoload/rubycomplete.vim @@ -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") diff --git a/runtime/autoload/xml/html401f.vim b/runtime/autoload/xml/html401f.vim index 626126550..1797a5a07 100644 --- a/runtime/autoload/xml/html401f.vim +++ b/runtime/autoload/xml/html401f.vim @@ -466,4 +466,3 @@ let g:xmldata_html401t = { \ 'param': ['/>', ''], \ } \ } -" vim:ft=vim:ff=unix diff --git a/runtime/autoload/xml/xhtml10f.vim b/runtime/autoload/xml/xhtml10f.vim index 4cd894d3a..0bfa30ce9 100644 --- a/runtime/autoload/xml/xhtml10f.vim +++ b/runtime/autoload/xml/xhtml10f.vim @@ -467,4 +467,3 @@ let g:xmldata_xhtml10f = { \ 'param': ['/>', ''], \ } \ } -" vim:ft=vim:ff=unix |