about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-14 16:55:12 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-14 16:55:12 +0100
commit5cf5936c3f2fa0750a2e67d8ff4b6624c3141402 (patch)
tree836db82788e04cec7eba5b923222b3d942bafa20
parentfeat(yt/status): Include the approximate total watch time (diff)
downloadyt-5cf5936c3f2fa0750a2e67d8ff4b6624c3141402.zip
fix(yt/select/selection_file/help.str): Disable vim line wrapping
Wrapping lines in a file with concealed lines (due to
`tree-sitter-yts`), is rather ugly. So just disable it.
-rw-r--r--yt/src/select/selection_file/help.str2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/src/select/selection_file/help.str b/yt/src/select/selection_file/help.str
index eb76ce5..e3cc347 100644
--- a/yt/src/select/selection_file/help.str
+++ b/yt/src/select/selection_file/help.str
@@ -9,4 +9,4 @@
 # See `yt select <cmd_name> --help` for more help.
 #
 # These lines can be re-ordered; they are executed from top to bottom.
-# vim: filetype=yts conceallevel=2 concealcursor=nc colorcolumn=
+# vim: filetype=yts conceallevel=2 concealcursor=nc colorcolumn= nowrap