Merge pull request #768 from robinkjoy/patch-3

Fix Filename call in vhdl.snippets, use vim-snippets implementation
This commit is contained in:
Louis Pilfold 2016-07-29 16:04:32 +01:00 committed by GitHub
commit 8c052b8975

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}