@@ -24,27 +24,27 @@ Notes:
2424 cause some code execution, which may be a concern. This is no longer
2525 enabled by default, to enable this feature add >
2626 let g:rubycomplete_buffer_loading = 1
27- < - In context 1 above, Vim can parse the entire buffer to add a list of
27+ < - In context 1 above, Vim can parse the entire buffer to add a list of
2828 classes to the completion results. This feature is turned off by default,
2929 to enable it add >
3030 let g:rubycomplete_classes_in_global = 1
31- < to your vimrc
31+ < to your vimrc
3232 - In context 2 above, anonymous classes are not supported.
3333 - In context 3 above, Vim will attempt to determine the methods supported by
3434 the object.
3535 - Vim can detect and load the Rails environment for files within a rails
3636 project. The feature is disabled by default, to enable it add >
3737 let g:rubycomplete_rails = 1
38- < to your vimrc
38+ < to your vimrc
3939 - Vim can parse a Gemfile, in case gems are being implicitly required. To
4040 activate the feature: >
4141 let g:rubycomplete_load_gemfile = 1
42- < To specify an alternative path, use: >
42+ < To specify an alternative path, use: >
4343 let g:rubycomplete_gemfile_path = 'Gemfile.aux'
44- < To use Bundler.require instead of parsing the Gemfile, set: >
44+ < To use Bundler.require instead of parsing the Gemfile, set: >
4545 let g:rubycomplete_use_bundler = 1
46- < To use custom paths that should be added to $LOAD_PATH to correctly resolve
47- requires, set: >
46+ < To use custom paths that should be added to $LOAD_PATH to correctly
47+ resolve requires, set: >
4848 let g:rubycomplete_load_paths = ["/path/to/code", "./lib/example"]
4949
5050
0 commit comments