summaryrefslogtreecommitdiff
path: root/fnl/conf/init.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/conf/init.fnl')
-rw-r--r--fnl/conf/init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/conf/init.fnl b/fnl/conf/init.fnl
index f64ebf5..00ac7a8 100644
--- a/fnl/conf/init.fnl
+++ b/fnl/conf/init.fnl
@@ -72,7 +72,7 @@
(fn list-worktrees []
(local pworktree (io.popen "git worktree list --porcelain"))
(icollect [_ worktree (by-newline (icollect [line (pworktree:lines)]
- line))]
+ line))]
(match (icollect [_ line (ipairs worktree)]
(vim.split line " "))
[[:worktree path] [:HEAD commit] [:branch branch]] (branch:gsub :refs/heads/