runtime(doc): Correct typo in usr_30.txt regarding softtabstop
Commit:
https://github.com/vim/vim/commit/afd46fd9c944804bf63ffac160a64c611ccd40be
Author: Shin Rag <[email protected]>
Date: Fri Nov 28 20:37:16 2025 +0000
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/usr_30.txt b/runtime/doc/usr_30.txt
index 1ab4fb269..fc209041b 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
<Tab><Tab>a<Tab><BS> ------->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',
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vP5Ky-006qou-Cx%40256bit.org.