comparison runtime/doc/filetype.txt @ 17433:ca8e754bdd53

Update runtime files commit https://github.com/vim/vim/commit/85850f3a5ef9f5a9d22e908ef263de8faa265a95 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 19 22:05:51 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jul 2019 22:15:08 +0200
parents 0e473e9e70c2
children 03b854983b14
comparison
equal deleted inserted replaced
17432:d13620591637 17433:ca8e754bdd53
1 *filetype.txt* For Vim version 8.1. Last change: 2019 May 05 1 *filetype.txt* For Vim version 8.1. Last change: 2019 Jul 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
640 To disable this behavior, set the following variable in your vimrc: > 640 To disable this behavior, set the following variable in your vimrc: >
641 641
642 let g:python_recommended_style = 0 642 let g:python_recommended_style = 0
643 643
644 644
645 QF QUICKFIX *qf.vim* *ft-qf-plugin*
646
647 The "qf" filetype is used for the quickfix window, see |quickfix-window|.
648
649 The quickfix filetype plugin includes configuration for displaying the command
650 that produced the quickfix list in the |status-line|. To disable this setting,
651 configure as follows: >
652 :let g:qf_disable_statusline = 1
653
654
645 R MARKDOWN *ft-rmd-plugin* 655 R MARKDOWN *ft-rmd-plugin*
646 656
647 By default ftplugin/html.vim is not sourced. If you want it sourced, add to 657 By default ftplugin/html.vim is not sourced. If you want it sourced, add to
648 your |vimrc|: > 658 your |vimrc|: >
649 let rmd_include_html = 1 659 let rmd_include_html = 1