@@ -320,8 +320,8 @@ then Vim will load all plugins in these directories and below:
320320Note that the last one is the value of $VIMRUNTIME which has been expanded.
321321
322322Note that when using a plugin manager or | packages | many directories will be
323- added to 'runtimepath' . These plugins earch require their own directory,
324- don't put them directly in ~/.vim/plugin.
323+ added to 'runtimepath' . These plugins each require their own directory, don't
324+ put them directly in ~/.vim/plugin.
325325
326326What if it looks like your plugin is not being loaded? You can find out what
327327happens when Vim starts up by using the | -V | argument: >
@@ -638,11 +638,31 @@ By default the following options are set, in accordance with PEP8: >
638638
639639 setlocal expandtab shiftwidth=4 softtabstop=4 tabstop=8
640640
641- To disable this behaviour , set the following variable in your vimrc: >
641+ To disable this behavior , set the following variable in your vimrc: >
642642
643643 let g:python_recommended_style = 0
644644
645645
646+ R MARKDOWN *ft-rmd-plugin*
647+
648+ By default ftplugin/html.vim is not sourced. If you want it sourced, add to
649+ your | vimrc | : >
650+ let rmd_include_html = 1
651+
652+ The 'formatexpr' option is set dynamically with different values for R code
653+ and for Markdown code. If you prefer that 'formatexpr' is not set, add to your
654+ | vimrc | : >
655+ let rmd_dynamic_comments = 0
656+
657+
658+ R RESTRUCTURED TEXT *ft-rrst-plugin*
659+
660+ The 'formatexpr' option is set dynamically with different values for R code
661+ and for ReStructured text. If you prefer that 'formatexpr' is not set, add to
662+ your | vimrc | : >
663+ let rrst_dynamic_comments = 0
664+
665+
646666 RPM SPEC *ft-spec-plugin*
647667
648668Since the text for this plugin is rather long it has been put in a separate
0 commit comments