From f0c4ee4047f3b70241bacab712642437e37fad2f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 24 Sep 2025 20:47:22 +0900 Subject: make lint: Perform bash script linting --- shell/completion.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell/completion.bash') diff --git a/shell/completion.bash b/shell/completion.bash index 965bdb40..e41feb9f 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -31,9 +31,10 @@ if [[ $- =~ i ]]; then ########################################################### +#----BEGIN shfmt #----BEGIN INCLUDE common.sh # NOTE: Do not directly edit this section, which is copied from "common.sh". -# To modify it, one can edit "common.sh" and run "./update-common.sh" to apply +# To modify it, one can edit "common.sh" and run "./update.sh" to apply # the changes. See code comments in "common.sh" for the implementation details. __fzf_defaults() { @@ -683,5 +684,6 @@ _fzf_setup_completion() { esac done } +#----END shfmt fi -- cgit v1.2.3