commit d6fc5cbf55977eb6af9bfa8075b6e6a26be19e83 parent 7c90e77a7c63c32958d3a7433bf29362de4ff8bf Author: zeertzjq <zeertzjq@outlook.com> Date: Tue, 27 Jan 2026 07:12:58 +0800 vim-patch:0f8c685: runtime(doc): fix inconsistent indent in ft_rust.txt related: vim/vim#19251 closes: vim/vim#19257 https://github.com/vim/vim/commit/0f8c685a684f2ac48eaff78e30db53b993a5e0f6 Diffstat:
| M | runtime/doc/ft_rust.txt | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/runtime/doc/ft_rust.txt b/runtime/doc/ft_rust.txt @@ -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 ~