honza/vim-snippets

Snippets on Verilog and SystemVerilog may have bugs with snipmate and The Ultimate vimrc。

baimengwei opened this issue · 0 comments

when create a *.sv file, then use :
:SnipMateOpenSnippetFiles
can't find the systemverilog.snippets search path.
but there is a doesn't exist information about verilog_systemverilog.snippets:
.vim_runtime/sources_non_forked/vim-snippets/snippets/verilog_systemverilog.snippets

so I need rename the systemverilog.snippets to verilog_systemverilog.snippets.
then it works, but when enters ,I get a information about which snippets to use: verilog or systemverilog.

so I need delete the extends sentence, then paste the content in verilog.snippets to verilog_systemverilog.snippets.
then it's ok.

snipmate : https://github.com/amix/vimrc
The Ultimate vimrc:https://github.com/garbas/vim-snipmate

hope for a reply or a fix. Thanks . Best wishes. and so on.