0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

runtime(doc): make tag alignment more consistent in filetype.txt

closes: #16169

Signed-off-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
zeertzjq
2024-12-04 20:08:25 +01:00
committed by Christian Brabandt
parent 8a52587ee0
commit ea0e41a115

View File

@@ -1,4 +1,4 @@
*filetype.txt* For Vim version 9.1. Last change: 2024 Dec 03 *filetype.txt* For Vim version 9.1. Last change: 2024 Dec 04
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -634,7 +634,7 @@ To disable this behavior, set the following variable in your vimrc: >
let g:gdscript_recommended_style = 0 let g:gdscript_recommended_style = 0
GIT COMMIT *ft-gitcommit-plugin* GIT COMMIT *ft-gitcommit-plugin*
One command, :DiffGitCached, is provided to show a diff of the current commit One command, :DiffGitCached, is provided to show a diff of the current commit
in the preview window. It is equivalent to calling "git diff --cached" plus in 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: >
import autoload 'dist/json.vim' import autoload 'dist/json.vim'
setl formatexpr=json.FormatExpr() setl formatexpr=json.FormatExpr()
LUA *ft-lua-plugin* LUA *ft-lua-plugin*
You can enable folding of lua functions using |fold-expr| by: > You can enable folding of Lua functions using |fold-expr| by: >
let g:lua_folding = 1 let g:lua_folding = 1
@@ -820,7 +820,7 @@ page in a Vim window: >
set keywordprg=:Man set keywordprg=:Man
MANPAGER *manpager.vim* MANPAGER *manpager.vim*
The |:Man| command allows you to turn Vim into a manpager (that syntax The |:Man| command allows you to turn Vim into a manpager (that syntax
highlights manpages and follows linked manpages on hitting CTRL-]). highlights manpages and follows linked manpages on hitting CTRL-]).
@@ -838,7 +838,7 @@ For fish, add to the config file
set -x MANPAGER "vim +MANPAGER --not-a-term -" set -x MANPAGER "vim +MANPAGER --not-a-term -"
MARKDOWN *ft-markdown-plugin* MARKDOWN *ft-markdown-plugin*
To enable folding use this: > To enable folding use this: >
let g:markdown_folding = 1 let g:markdown_folding = 1
@@ -917,7 +917,7 @@ To enable this behavior, set the following variable in your vimrc: >
let g:rst_style = 1 let g:rst_style = 1
RNOWEB *ft-rnoweb-plugin* RNOWEB *ft-rnoweb-plugin*
The 'formatexpr' option is set dynamically with different values for R code The 'formatexpr' option is set dynamically with different values for R code
and for LaTeX code. If you prefer that 'formatexpr' is not set, add to your and for LaTeX code. If you prefer that 'formatexpr' is not set, add to your