FabioAntunes / fish-nvm

nvm wrapper for fish-shell
MIT License
511 stars 20 forks source link

Fix version number regex in completions #63

Closed DomParfitt closed 2 years ago

DomParfitt commented 2 years ago

The current regex used in the completions only matches version numbers containing single digits (e.g. v1.2.3). This fixes it so that it will also include version numbers with multiple digits (e.g. 16.0.1).