VIM: Preserve File Date with Touch
I had a single file I needed to modify but didn’t want to modify the date of the file. It was a minor change to the file, so I wanted to maintain the file date for posterity. In any case, I learned the vim does not provide this functionality, but touch would and quite easily. With that said, I am…
Read More »