You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Steps to reproduce
See description above
Operating System: Amazon Linux 2
Vim Version: NVIM v0.9.0-dev-869+g964ae205a
UltiSnips Version: latest
Python inside Vim: 3.11
Docker repo/vimrc: N/A
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: