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
- Host: GitHub
- URL: https://github.com/technicalpickles/ruby-matchit-repro
- Owner: technicalpickles
- Created: 2022-08-03T12:45:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T12:46:53.000Z (almost 4 years ago)
- Last Synced: 2026-04-07T21:42:55.559Z (3 months ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```