mrytsr / utime.vim

Update utime in code automaticly when save.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# utime.vim

It changes the Last modified date automatically without changing the format of the time you use

## Inspired

Last Modified - Changes the Last modified date of a file : vim online
http://www.vim.org/scripts/script.php?script_id=1362

Here i added some extra features ----
   1> It checks the time format in the file you are working on and the format given in the plugin. If both are same, it changes the time, other wise it shows you a warning.
   2> It does not change any other thing in the file.


About

Update utime in code automaticly when save.

License:MIT License


Languages

Language:Vim Script 100.0%