From 3713396153cc4f210a56d8ca48a6070540020860 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 15:09:58 +0200 Subject: [PATCH] fixed something --- neovim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim.sh b/neovim.sh index e5d94d5..6efe577 100644 --- a/neovim.sh +++ b/neovim.sh @@ -94,6 +94,7 @@ case "$1" in --silent | -s) silent=true + echo_warning "Running the script silently.." ;; *) silent=false