fzf: Fix jumping to note with spaces in filename (#48)

pull/49/head
ZHENG PiaoDan 2 years ago committed by GitHub
parent d705faa82d
commit 1c98ff60a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save