evil-matchit icon indicating copy to clipboard operation
evil-matchit copied to clipboard

Vim matchit ported into Emacs

Results 18 evil-matchit issues
Sort by recently updated
recently updated
newest added

```ruby class A def abc a = [] # a.each do |x| # line 5 a.each do |x| end end # line 8, cursor here end ``` when curosr on...

See https://github.com/redguardtoo/evil-matchit/issues/74 , it's not verilog only problem, any C like language has same issue. Verilog's `begin` and `end` is like `{` and `}` in C: - see https://www.verilog.com/VerilogBNF.html#REF100 for...

For example, ```javascript const c = Styled(abcde)` color: red; `

download vim source code grep -rsn match_words _._

question

``` c if (...){ } else { ... } /* cursor here*/ ``` should jump back to "if" instead of "{"