@@ -683,11 +683,6 @@ The full list of available options is as follows:
683683 *rails-projection-keywords*
684684"keywords" ~
685685 Provides a whitespace delimited list of keywords to syntax highlight.
686- *rails-projection-abbreviations*
687- "abbreviations" ~
688- Provides a dictionary of abbreviations to define. See
689- | rails-abbreviations | . You might consider setting this in a "*"
690- projection.
691686 *rails-projection-command*
692687"command" ~
693688 Names a navigation command to be created. Use the same name on
@@ -726,7 +721,6 @@ configuration.
726721If you would like to set your own custom Vim settings whenever a Rails file is
727722loaded, you can use an autocommand like the following in your vimrc: >
728723
729- autocmd User Rails silent! Lcd
730724 autocmd User Rails map <buffer> <F9> :Rails<CR>
731725
732726 There used to be autocommands that fire based on the "type" or file name of
@@ -740,28 +734,10 @@ can be placed in a "macros/rails.vim" file in the 'runtimepath' (for example,
740734"~/.vim/macros/rails.vim"). This file is sourced by rails.vim each time a
741735Rails file is loaded.
742736
743- *config/rails.vim*
744- This file used to be sourced automatically from the root of the application,
745- but has been superseded by | rails-projections | .
746-
747- *rails-:Rnavcommand*
748- :Rnavcommand This command has been superseded by
749- | rails-projections | .
750-
751- *rails-:Rset*
752- :Rset This command has been superseded by
753- | rails-projections | .
754-
755737GLOBAL SETTINGS *rails-global-settings*
756738
757739When all else fails, set a global.
758740
759- *g:rails_abbreviations*
760- Dictionary of additional abbreviations. See | rails-abbreviations | .
761-
762- This variable was formerly used to globally disable abbreviations. Use
763- g:rails_no_abbreviations if you want to do that.
764-
765741 *g:rails_ctags_arguments*
766742Additional arguments to pass to ctags from | :rails-Ctags | . Defaults to
767743limiting to Ruby files.
@@ -793,7 +769,6 @@ bundled (requires bundler.vim).
793769 \ "alternate": [
794770 \ "db/schema.rb#{plural}{lnum|nothing}",
795771 \ "app/models/{}.rb"],
796- \ "related": "db/schema.rb#{plural}",
797772 \ "test": "spec/models/{}_spec.rb",
798773 \ "template": "Fabricator :{} do\nend"}}}
799774<
0 commit comments