From: Shin Rag <62047911+aquanjsw@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:37:16 +0000 (+0000) Subject: runtime(doc): Correct typo in usr_30.txt regarding softtabstop X-Git-Tag: v9.1.1934~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afd46fd9c944804bf63ffac160a64c611ccd40be;p=thirdparty%2Fvim.git runtime(doc): Correct typo in usr_30.txt regarding softtabstop Fix typo in explanation of softtabstop and shiftwidth. closes: #18823 Signed-off-by: Shin Rag <62047911+aquanjsw@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/usr_30.txt b/runtime/doc/usr_30.txt index 1ab4fb2694..fc209041bc 100644 --- a/runtime/doc/usr_30.txt +++ b/runtime/doc/usr_30.txt @@ -1,4 +1,4 @@ -*usr_30.txt* For Vim version 9.1. Last change: 2025 Nov 09 +*usr_30.txt* For Vim version 9.1. Last change: 2025 Nov 28 VIM USER MANUAL by Bram Moolenaar @@ -544,7 +544,7 @@ reach the nearest soft tab stop. The following example uses a ------->a To maintain global coherence, one can `:set softtabstop=-1` so that -the value of 'shiftwidth' is use for the number of columns between two soft +the value of 'shiftwidth' is used for the number of columns between two soft tab stops. If you prefer to have different values for 'shiftwidth' and 'softtabstop',