# AuthorInfo **Repository Path**: hanya/AuthorInfo ## Basic Information - **Project Name**: AuthorInfo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-05 - **Last Updated**: 2021-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a mirror of http://www.vim.org/scripts/script.php?script_id=2902 You can add your author info in any source files,such as cpp,c,java,and c#,python,php,bash.... Like this: /*============================================================================= # Author: dantezhu - http://www.vimer.cn # Email: zny2008@gmail.com # FileName: test2.cpp # Description: # Version: 0.0.1 # LastChange: 2011-02-15 19:32:25 # History: =============================================================================*/ when you type ,this will add in the head of your source file,and when you type again,It will update automatically. 1)you need install The NERD Commenter first. url is : http://www.vim.org/scripts/script.php?script_id=1218 2)you need some config in vimrc: let g:vimrc_author='dantezhu' let g:vimrc_email='zny2008@gmail.com' let g:vimrc_homepage='http://www.vimer.cn' nmap :AuthorInfoDetect My homepage is http://www.vimer.cn,and wellcome。