vim-patch:0f8c685: runtime(doc): fix inconsistent indent in ft_rust.txt

related: vim/vim#19251
closes:  vim/vim#19257

0f8c685a68
This commit is contained in:
zeertzjq
2026-01-27 07:12:58 +08:00
parent 7c90e77a7c
commit d6fc5cbf55

View File

@@ -168,9 +168,9 @@ g:rustfmt_detect_version ~
<
*g:rustfmt_find_toml*
g:rustfmt_find_toml ~
When set to 1, will try to find `rustfmt.toml` file by searching from
current path upwards. Disabled by default for performance reasons >vim
let g:rustfmt_find_toml = 1
When set to 1, will try to find `rustfmt.toml` file by searching from
current path upwards. Disabled by default for performance reasons >vim
let g:rustfmt_find_toml = 1
<
*g:rust_playpen_url*
g:rust_playpen_url ~