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
@@ -746,7 +746,7 @@ Add following lines to $HOME/.vim/ftplugin/json.vim: >
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