An open API service indexing awesome lists of open source software.

https://github.com/technicalpickles/ruby-matchit-repro

Reproduce a nvim (or one my plugins) bug with using `%` in a ruby file
https://github.com/technicalpickles/ruby-matchit-repro

Last synced: 5 days ago
JSON representation

Reproduce a nvim (or one my plugins) bug with using `%` in a ruby file

Awesome Lists containing this project

README

          

This repo is for reproducing an issue I've seen with using `%` to match `if`, `do`, `end`, and other things in Ruby files.

Testing against an blank nvim configuration, which works.

```
nvim -u empty.vim example.rb
```

Minimal test case:

```
TBD
```