nvim-lastplace icon indicating copy to clipboard operation
nvim-lastplace copied to clipboard

Fix version checking.

Open yyk opened this issue 2 years ago • 1 comments

yyk avatar Sep 02 '22 05:09 yyk

Why is everything multiplied by 1000? Why not use version.major * 1000 + version.minor * 100 + version.patch * 10> major * 1000 + minor * 100 + patch * 10. This would allow us to better info what the version is for debugging.

ethanholz avatar Sep 02 '22 14:09 ethanholz

Inactive, closing.

ethanholz avatar Dec 20 '22 20:12 ethanholz