@@ -320,8 +320,8 @@ then Vim will load all plugins in these directories and below:
320
320
Note that the last one is the value of $VIMRUNTIME which has been expanded.
321
321
322
322
Note 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.
325
325
326
326
What if it looks like your plugin is not being loaded? You can find out what
327
327
happens when Vim starts up by using the | -V | argument: >
@@ -638,11 +638,31 @@ By default the following options are set, in accordance with PEP8: >
638
638
639
639
setlocal expandtab shiftwidth=4 softtabstop=4 tabstop=8
640
640
641
- To disable this behaviour , set the following variable in your vimrc: >
641
+ To disable this behavior , set the following variable in your vimrc: >
642
642
643
643
let g:python_recommended_style = 0
644
644
645
645
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
+
646
666
RPM SPEC *ft-spec-plugin*
647
667
648
668
Since the text for this plugin is rather long it has been put in a separate
0 commit comments