- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathREADME
More file actions
Latest commit
4 lines (2 loc) · 565 Bytes
/
Copy pathREADME
File metadata and controls
4 lines (2 loc) · 565 Bytes
1
2
3
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1142
When a new file is created the plugin inserts automatically a customizable header on the top -filetype, author, timestamp-. When the file it's no new -so it's already created- the plugin checks the 'last modified' field in line number five -if this exists- and then it updates its value. It's my first vim plugin and it's very plain -I beg pardon to vim's gurus for my daring!- I didn't find anything alike, so I had to write my own script. Any correction or modification will be welcome.