From 316303d777a238c42da4249849d37971442761e4 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 17 Mar 2018 21:06:44 +0100 Subject: [PATCH] [subl completions] Take files with new-window Fixes #4831. Thanks @luc-j-bourhis. --- share/completions/subl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/subl.fish b/share/completions/subl.fish index f19a11efc..e444cbf73 100644 --- a/share/completions/subl.fish +++ b/share/completions/subl.fish @@ -23,7 +23,7 @@ complete -c subl --long-option project --require-parameter -d "Load the given project" complete -c subl --long-option command --require-parameter -d "Run the given command" -complete -c subl --short-option n --long-option new-window --no-files -d "Open a new window" +complete -c subl --short-option n --long-option new-window -d "Open a new window" complete -c subl --short-option a --long-option add --require-parameter -d "Add folders to the current window" complete -c subl --short-option w --long-option wait -d "Wait for the files to be closed before returning" complete -c subl --short-option b --long-option background -d "Don't activate the application"