aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/tasks/utils.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/tasks/utils.lua b/lua/tasks/utils.lua
index 983bde7..fab3be7 100644
--- a/lua/tasks/utils.lua
+++ b/lua/tasks/utils.lua
@@ -18,6 +18,7 @@ function utils.split_args(args)
18 end 18 end
19 19
20 -- Split on spaces unless in quotes. 20 -- Split on spaces unless in quotes.
21 args = vim.trim(args)
21 local splitted_args = {} 22 local splitted_args = {}
22 local match_beg 23 local match_beg
23 while true do 24 while true do