UltiSnips wrongly detects sh in addition to my zsh snippets.
A *sh.snippets detection must be happening and that * also matches z, thus zsh.snippets
The problem is then that I am always proposed with:
expand from sh snippets
expand from zsh snippets
This is why I moved zsh snippets to their own rtp directory conflictingUltiSnips and then it works. So I do have a workaround but a fix would be better.
Expected behavior:
Not to make me select between sh and zsh snippets
Actual behavior:
A selection of choices (sh, zsh) is proposed even though my actual filetype is zsh
UltiSnips wrongly detects
sh
in addition to myzsh
snippets.A
*sh.snippets
detection must be happening and that*
also matchesz
, thuszsh.snippets
The problem is then that I am always proposed with:
sh
snippetszsh
snippetsThis is why I moved
zsh
snippets to their ownrtp
directoryconflictingUltiSnips
and then it works. So I do have a workaround but a fix would be better.Expected behavior: Not to make me select between
sh
andzsh
snippetsActual behavior: A selection of choices (
sh
,zsh
) is proposed even though my actual filetype is zshSteps to reproduce See description above
1. 2. 4.