wiki.vim icon indicating copy to clipboard operation
wiki.vim copied to clipboard

WikiTags can't work under gvim 9.1 or neovim 0.10 + win 10 pro

Open VimWei opened this issue 8 months ago • 19 comments

gvim 9.1.0429 under win10 pro

  1. restart gvim 9.1.0429
  2. :WikiTags open a dialog with tag-page list
  3. filter with any text such as 'wiki' and enter
  4. Error messages:
Error detected while processing function 88[30]..<SNR>87_callback[25]..function 88[30]..<SNR>87_callback:
line   23:
Vim(let):E687: Less targets than List items

wikitags

neovim 0.10 with telescope under win10 pro

  • :WikiTags can work with default setting but not telescope under neovim 0.10 + win 10 pro, but neovim's default vim.ui.select haven't filter.

  • With telescope:

  1. restart nvim 0.10
  2. :WikiTags open a dialog with tag-page list
  3. filter with any text such as 'wiki' and enter
  4. Nothing happen but change the buffer name to 'd'

telescope

compare:

  1. :WikiTagSearch and :WikiPages can work both gvim and neovim(Regardless of whether Telescope is used) under win10 pro.

VimWei avatar Jun 07 '24 03:06 VimWei