comparison runtime/doc/filetype.txt @ 29193:1e9e9d89f0ee

Update runtime files Commit: https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 15:42:40 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 16:45:04 +0200
parents 4d76b3e07c07
children dc4de65a7fb7
comparison
equal deleted inserted replaced
29192:e4488cf0eff9 29193:1e9e9d89f0ee
640 The |:Man| command allows you to turn Vim into a manpager (that syntax highlights 640 The |:Man| command allows you to turn Vim into a manpager (that syntax highlights
641 manpages and follows linked manpages on hitting CTRL-]). 641 manpages and follows linked manpages on hitting CTRL-]).
642 642
643 For bash,zsh,ksh or dash, add to the config file (.bashrc,.zshrc, ...) 643 For bash,zsh,ksh or dash, add to the config file (.bashrc,.zshrc, ...)
644 644
645 export MANPAGER="vim -M +MANPAGER -" 645 export MANPAGER="vim +MANPAGER --not-a-term -"
646 646
647 For (t)csh, add to the config file 647 For (t)csh, add to the config file
648 648
649 setenv MANPAGER "vim -M +MANPAGER -" 649 setenv MANPAGER "vim +MANPAGER --not-a-term -"
650 650
651 For fish, add to the config file 651 For fish, add to the config file
652 652
653 set -x MANPAGER "vim -M +MANPAGER -" 653 set -x MANPAGER "vim +MANPAGER --not-a-term -"
654 654
655 655
656 MARKDOWN *ft-markdown-plugin* 656 MARKDOWN *ft-markdown-plugin*
657 657
658 To enable folding use this: > 658 To enable folding use this: >