comparison runtime/doc/filetype.txt @ 24103:788e10cec9bd

Update runtime files. Commit: https://github.com/vim/vim/commit/c8cdf0f80b3cfd88a4490d80572062c1fd1a96ca Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 13 13:28:13 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 13:30:04 +0100
parents 34b4eb3a8458
children fd37be6dc258
comparison
equal deleted inserted replaced
24102:f897c1862d9e 24103:788e10cec9bd
1 *filetype.txt* For Vim version 8.2. Last change: 2021 Jan 21 1 *filetype.txt* For Vim version 8.2. Last change: 2021 Mar 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
626 626
627 For fish, add to the config file 627 For fish, add to the config file
628 628
629 set -x MANPAGER "vim -M +MANPAGER -" 629 set -x MANPAGER "vim -M +MANPAGER -"
630 630
631
632 MARKDOWN *ft-markdown-plugin*
633
634 To enable folding use this: >
635 let g:markdown_folding = 1
636 <
637
631 PDF *ft-pdf-plugin* 638 PDF *ft-pdf-plugin*
632 639
633 Two maps, <C-]> and <C-T>, are provided to simulate a tag stack for navigating 640 Two maps, <C-]> and <C-T>, are provided to simulate a tag stack for navigating
634 the PDF. The following are treated as tags: 641 the PDF. The following are treated as tags:
635 642