Home > autodate.vim

autodate.vim

Autodate.vim is a project mainly written in Vim Script, it's free.

A customizable plugin to update time stamps automatically.

This is a mirror of http://www.vim.org/scripts/script.php?script_id=291

This plugin inserts and updates a time stamp automatically.

Users can specify a format and position of the time stamp by options. By default, autodate.vim searches a keyword "Last Change:." in the first 50 lines of the buffer, and inserts a time stamp. Example: Last Change: 24-Jun-2003.

Setting Example: :let b:autodate_keyword_pre = '' :let b:autodate_keyword_post = '' :let b:autodate_format = '%Y/%m/%d' The Result:

2003/06/24

See comments in autodate.vim for more details.

Previous:xian.vim