-
Notifications
You must be signed in to change notification settings - Fork 66
WikiLinkAdd doesn't work under gvim with fzf #412
Copy link
Copy link
Closed
Description
gVim 9.1.1414 with the latest wiki.vim and fzf plugin
set shellslash
let g:wiki_fzf_pages_opts = '--preview "cat {1}"'
let g:wiki_fzf_links_opts = '--preview "cat {1}"'
if has('unix')
let g:wiki_fzf_tags_opts = '--preview "bat --color=always {2..}"'
endif
After executing :WikiLinkAdd, the preview fails to render properly and displays garbled characters:
Subsequently, pressing Esc triggers a warning message:
By comparison, in Neovim 0.11.2 with the latest wiki.vim and telescope.nvim plugins, the :WikiLinkAdd command functions flawlessly.
It appears that this issue bears some resemblance to the previous one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

