nvim-lastplace
nvim-lastplace copied to clipboard
Fix version checking.
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.
Inactive, closing.