RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
334 stars 28 forks source link

Fix version calulation #82

Closed mvarelaf closed 1 year ago

mvarelaf commented 1 year ago

Use CMAKE_MATCH_COUNT and CMAKEMATCH\<n> instead of REGEX REPLACE

Also fix the version number determination when not using a locally cloned repository

RMichelsen commented 1 year ago

Thanks, this works for me.