Rocco Mao

Results 5 issues of Rocco Mao

The name of the parser: **Verilog/SystemVerilog** In many cases, when defining an assertion (assert, assume, cover, restrict), there is no explicit naming label. If there are other **uncovered or exposed**...

When **last coverpoint definition** of covergroup cover a variable for a hierarchical index (for example from interface), in addition, it has bins definition with `{...}`, this will cause error scope...

The issue was introduced by patch 9.1.0598 As https://github.com/vim/vim/issues/14912#issuecomment-2148155948 and https://github.com/vim/vim/pull/15193#issuecomment-2225148548 said, but currently `fuzzy` option of `completeopt` also affects how candidates are collected. Should fuzzy completion change the candidate...

enhancement

### Steps to reproduce 1. vim -u NONE -U NONE 2. input: `xyz xzy` (begin with the letter `x`) 3. set completeopt+=fuzzy 4. enter `y` or `z`, then press ``,...

bug

### Steps to reproduce 1. vim -u NONE -U NONE 2. input: `hello helio hero test_h another_h` 3. set completeopt+=fuzzy 4. enter `h`, then press ``, both five words will...

bug