1- *filetype.txt* For Vim version 9.1. Last change: 2024 Dec 03
1+ *filetype.txt* For Vim version 9.1. Last change: 2024 Dec 04
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -634,7 +634,7 @@ To disable this behavior, set the following variable in your vimrc: >
634634 let g:gdscript_recommended_style = 0
635635
636636
637- GIT COMMIT *ft-gitcommit-plugin*
637+ GIT COMMIT *ft-gitcommit-plugin*
638638
639639One command, :DiffGitCached, is provided to show a diff of the current commit
640640in the preview window. It is equivalent to calling "git diff --cached" plus
@@ -744,9 +744,9 @@ Add following lines to $HOME/.vim/ftplugin/json.vim: >
744744 import autoload 'dist/json.vim'
745745 setl formatexpr=json.FormatExpr()
746746
747- LUA *ft-lua-plugin*
747+ LUA *ft-lua-plugin*
748748
749- You can enable folding of lua functions using | fold-expr | by: >
749+ You can enable folding of Lua functions using | fold-expr | by: >
750750
751751 let g:lua_folding = 1
752752
@@ -820,7 +820,7 @@ page in a Vim window: >
820820 set keywordprg=:Man
821821
822822
823- MANPAGER *manpager.vim*
823+ MANPAGER *manpager.vim*
824824
825825The | :Man | command allows you to turn Vim into a manpager (that syntax
826826highlights manpages and follows linked manpages on hitting CTRL-] ).
@@ -838,7 +838,7 @@ For fish, add to the config file
838838 set -x MANPAGER "vim +MANPAGER --not-a-term -"
839839
840840
841- MARKDOWN *ft-markdown-plugin*
841+ MARKDOWN *ft-markdown-plugin*
842842
843843To enable folding use this: >
844844 let g:markdown_folding = 1
@@ -917,7 +917,7 @@ To enable this behavior, set the following variable in your vimrc: >
917917 let g:rst_style = 1
918918
919919
920- RNOWEB *ft-rnoweb-plugin*
920+ RNOWEB *ft-rnoweb-plugin*
921921
922922The 'formatexpr' option is set dynamically with different values for R code
923923and for LaTeX code. If you prefer that 'formatexpr' is not set, add to your
0 commit comments