gbranden pushed a commit to branch master
in repository groff.

commit 91d83019cf6dfdf9f89d95607e98d97f99614d30
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jan 26 01:09:38 2026 -0600

    src/preproc: Update Vim modelines in test scripts.
    
    Unabbreviate parameters for readability by humans.
---
 src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh    | 2 +-
 src/preproc/grn/tests/passes-through-input-with-eighth-bit-set.sh    | 2 +-
 src/preproc/pic/tests/passes-through-input-with-eighth-bit-set.sh    | 2 +-
 src/preproc/soelim/tests/passes-through-input-with-eighth-bit-set.sh | 2 +-
 src/preproc/tbl/tests/passes-through-input-with-eighth-bit-set.sh    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh 
b/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
index a7b584823..7835bcb41 100755
--- a/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
+++ b/src/preproc/eqn/tests/passes-through-input-with-eighth-bit-set.sh
@@ -27,4 +27,4 @@ output=$(printf '.\\" degree sign: \313\232\n' | "$eqn" -R)
 printf "%s\n" "$output"
 printf "%s\n" "$output" | od -c | grep -q ' 232'
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:
diff --git a/src/preproc/grn/tests/passes-through-input-with-eighth-bit-set.sh 
b/src/preproc/grn/tests/passes-through-input-with-eighth-bit-set.sh
index 95695d04a..263d2a986 100755
--- a/src/preproc/grn/tests/passes-through-input-with-eighth-bit-set.sh
+++ b/src/preproc/grn/tests/passes-through-input-with-eighth-bit-set.sh
@@ -28,4 +28,4 @@ output=$(printf '.\\" degree sign: \313\232\n' | "$grn" -F 
"$fontdir")
 printf "%s\n" "$output"
 printf "%s\n" "$output" | od -c | grep -q ' 232'
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:
diff --git a/src/preproc/pic/tests/passes-through-input-with-eighth-bit-set.sh 
b/src/preproc/pic/tests/passes-through-input-with-eighth-bit-set.sh
index fa1b4cd99..06f86e7a1 100755
--- a/src/preproc/pic/tests/passes-through-input-with-eighth-bit-set.sh
+++ b/src/preproc/pic/tests/passes-through-input-with-eighth-bit-set.sh
@@ -27,4 +27,4 @@ output=$(printf '.\\" degree sign: \313\232\n' | "$pic")
 printf "%s\n" "$output"
 printf "%s\n" "$output" | od -c | grep -q ' 232'
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:
diff --git 
a/src/preproc/soelim/tests/passes-through-input-with-eighth-bit-set.sh 
b/src/preproc/soelim/tests/passes-through-input-with-eighth-bit-set.sh
index cfc8ce0af..7f215b8b3 100755
--- a/src/preproc/soelim/tests/passes-through-input-with-eighth-bit-set.sh
+++ b/src/preproc/soelim/tests/passes-through-input-with-eighth-bit-set.sh
@@ -27,4 +27,4 @@ output=$(printf '.\\" degree sign: \313\232\n' | "$soelim")
 printf "%s\n" "$output"
 printf "%s\n" "$output" | od -c | grep -q ' 232'
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:
diff --git a/src/preproc/tbl/tests/passes-through-input-with-eighth-bit-set.sh 
b/src/preproc/tbl/tests/passes-through-input-with-eighth-bit-set.sh
index d9eccc114..d8dfb6dc9 100755
--- a/src/preproc/tbl/tests/passes-through-input-with-eighth-bit-set.sh
+++ b/src/preproc/tbl/tests/passes-through-input-with-eighth-bit-set.sh
@@ -27,4 +27,4 @@ output=$(printf '.\\" degree sign: \313\232\n' | "$tbl")
 printf "%s\n" "$output"
 printf "%s\n" "$output" | od -c | grep -q ' 232'
 
-# vim:set ai et sw=4 ts=4 tw=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to