Fix Filename call, use vim-snippets implementation

Current code breaks in Ultisnips
This commit is contained in:
robin 2016-07-29 20:27:14 +05:30 committed by GitHub
parent 600215a447
commit 1a7f5f9051

View File

@ -18,7 +18,7 @@ snippet libx
## Entity Declaration ## Entity Declaration
snippet ent snippet ent
entity ${1:`Filename()`} is entity ${1:`vim_snippets#Filename()`} is
generic ( generic (
${2} ${2}
); );
@ -29,7 +29,7 @@ snippet ent
## Architecture ## Architecture
snippet arc snippet arc
architecture ${1:behav} of ${2:`Filename()`} is architecture ${1:behav} of ${2:`vim_snippets#Filename()`} is
${3} ${3}