On 2011-09-15, Stanley Rice wrote:
> I am sorry that I didn't fully express my question. In short, all I
> want to do
> it to insert a string , i.e."Modified:" in the first line of a newly
> open file.
> Is that possible?
au BufNewFile *.txt put! ='Modified:'
where you should change the file pattern "*.txt" to match the type
of file you want this for.
Regards,
Gary
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php