verilog_systemverilog.vim icon indicating copy to clipboard operation
verilog_systemverilog.vim copied to clipboard

Added randcase for indent

Open gogulfresh opened this issue 8 years ago • 2 comments

Indent works but matchit doesn't recognize randcase/endcase

p.s.: this is the first time that I create a pull request, be easy with me if I did smth wrong :)

gogulfresh avatar Nov 28 '17 09:11 gogulfresh

Automatic tests are failing and looking at your change I don't think it does what you want. Please try the suggestion I made. You can run the tests on your side by running make.

vhda avatar Nov 28 '17 11:11 vhda

Just noticed your problem is with matchit. This is the file you're looking for https://github.com/vhda/verilog_systemverilog.vim/blob/master/ftplugin/verilog_systemverilog.vim

vhda avatar Nov 28 '17 13:11 vhda