markonm / traces.vim

Range, pattern and substitute preview for Vim
MIT License
735 stars 13 forks source link

Not able to get it to work using vim-plug. #37

Closed TanishBansal closed 4 years ago

TanishBansal commented 4 years ago

Used vim-plug to install.

▶vim --version VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 12 2017 04:34:55) Included patches: 1-172

Is there something that I am missing.

markonm commented 4 years ago

Your Vim is too old. This plugin supports Vim v8.0.1206 and later.

TanishBansal commented 4 years ago

It's 8.0.172, is that older than 8.0.1206?

markonm commented 4 years ago

Yes. Your vim includes patches 1-172, whereas this plugin requires patches 1-1206.

I agree, it is confusing to request specific patch levels. I'll amend docs and indicate only major.minor version requirements.