From 5cf5936c3f2fa0750a2e67d8ff4b6624c3141402 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 14 Feb 2025 16:55:12 +0100 Subject: 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. --- yt/src/select/selection_file/help.str | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --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 -- cgit 1.4.1