olimorris / persisted.nvim

💾 Simple session management for Neovim with git branching, autoloading and Telescope support
MIT License
418 stars 24 forks source link

fix:use stat to last modified date #121

Closed PostCyberPunk closed 2 months ago

PostCyberPunk commented 2 months ago

i am not sure is this a platform issue,i am using archlinux with gnu-coreutils 9.5,the right command for getting last accessed date is stat -c %x [file]

olimorris commented 2 months ago

Thanks that is a brilliant spot!