Skip to content

Commit

Permalink
fzf: Fix jumping to note with spaces in filename (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengpd authored May 17, 2022
1 parent d705faa commit 1c98ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/zk/pickers/fzf.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {}

local delimiter = "\x01 "
local delimiter = "\x01"

-- we want can't do vim.fn["fzf#wrap"] because the sink/sinklist funcrefs
-- are reset to vim.NIL when they are converted to Lua
Expand Down

0 comments on commit 1c98ff6

Please sign in to comment.