Closed lilalkor closed 4 years ago
When we are iterating the version number, we need to stop on first non-equal digit. i.e. 2.4 vs 3.0:
3 > 2 <-- we need to stop here 0 < 4
So just added return 0 on that case. Fixes #132
@bruno- Could this be merged please? Yanking is broken on tmux 3.0
When we are iterating the version number, we need to stop on first non-equal digit. i.e. 2.4 vs 3.0:
So just added return 0 on that case. Fixes #132