Clean up all file headers
- remove author names. There's git blame for this job - change home from code.google to github - add short descriptions
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki autoload plugin file | " Vimwiki autoload plugin file | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Desc: Basic functionality | ||||||
| " Home: http://code.google.com/p/vimwiki/ | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
|  |  | ||||||
| if exists("g:loaded_vimwiki_auto") || &cp | if exists("g:loaded_vimwiki_auto") || &cp | ||||||
|   finish |   finish | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki autoload plugin file | " Vimwiki autoload plugin file | ||||||
| " Desc: Handle diary notes | " Desc: Handle diary notes | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| " Load only once {{{ | " Load only once {{{ | ||||||
| if exists("g:loaded_vimwiki_diary_auto") || &cp | if exists("g:loaded_vimwiki_diary_auto") || &cp | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki autoload plugin file | " Vimwiki autoload plugin file | ||||||
| " Export to HTML | " Desc: Export to HTML | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| " TODO: We need vimwiki abstract syntax tree. If properly designed it wourld | " TODO: We need vimwiki abstract syntax tree. If properly designed it wourld | ||||||
| " greatly symplify different syntax to HTML generation. | " greatly symplify different syntax to HTML generation. | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki autoload plugin file | " Vimwiki autoload plugin file | ||||||
| " Everything concerning bulleted and numbered lists and checkboxes | " Desc: Everything concerning lists and checkboxes | ||||||
| " Author: Daniel Schemala <istjanichtzufassen@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| if exists("g:loaded_vimwiki_list_auto") || &cp | if exists("g:loaded_vimwiki_list_auto") || &cp | ||||||
|   finish |   finish | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki autoload plugin file | " Vimwiki autoload plugin file | ||||||
| " Desc: Link functions for markdown syntax | " Desc: Link functions for markdown syntax | ||||||
| " Author: Stuart Andrews <stu.andrews@gmail.com> (.. i.e. don't blame Maxim!) | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
|  |  | ||||||
| " MISC helper functions {{{ | " MISC helper functions {{{ | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki autoload plugin file | " Vimwiki autoload plugin file | ||||||
| " Path manipulation functions | " Desc: Path manipulation functions | ||||||
| " Author: Daniel Schemala <istjanichtzufassen@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
|  |  | ||||||
| function! vimwiki#path#chomp_slash(str) "{{{ | function! vimwiki#path#chomp_slash(str) "{{{ | ||||||
|   | |||||||
| @@ -5,8 +5,7 @@ | |||||||
| " |--------|------------|-------|--------|---------| | " |--------|------------|-------|--------|---------| | ||||||
| " | Have   | fun!       | Drink | tea    | Period. | | " | Have   | fun!       | Drink | tea    | Period. | | ||||||
| " | " | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| " Load only once {{{ | " Load only once {{{ | ||||||
| if exists("g:loaded_vimwiki_tbl_auto") || &cp | if exists("g:loaded_vimwiki_tbl_auto") || &cp | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki autoload plugin file | " Vimwiki autoload plugin file | ||||||
| " Utility functions | " Desc: Utility functions | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| function! vimwiki#u#trim(string, ...) "{{{ | function! vimwiki#u#trim(string, ...) "{{{ | ||||||
|   let chars = '' |   let chars = '' | ||||||
|   | |||||||
| @@ -1,7 +1,6 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki filetype plugin file | " Vimwiki filetype plugin file | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| if exists("b:did_ftplugin") | if exists("b:did_ftplugin") | ||||||
|   finish |   finish | ||||||
|   | |||||||
| @@ -1,7 +1,6 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki plugin file | " Vimwiki plugin file | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
| " GetLatestVimScripts: 2226 1 :AutoInstall: vimwiki | " GetLatestVimScripts: 2226 1 :AutoInstall: vimwiki | ||||||
|  |  | ||||||
| if exists("g:loaded_vimwiki") || &cp | if exists("g:loaded_vimwiki") || &cp | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki syntax file | " Vimwiki syntax file | ||||||
| " Syntax definitions which are always available | " Desc: Syntax definitions which are always available | ||||||
| " Author: Daniel Schemala <istjanichtzufassen@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
|  |  | ||||||
| " Define Regexes of anchors for every syntax. | " Define Regexes of anchors for every syntax. | ||||||
|   | |||||||
| @@ -1,7 +1,6 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki syntax file | " Vimwiki syntax file | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| " Quit if syntax file is already loaded | " Quit if syntax file is already loaded | ||||||
| if version < 600 | if version < 600 | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki syntax file | " Vimwiki syntax file | ||||||
| " Default syntax | " Desc: Defines default syntax | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| " text: $ equation_inline $ | " text: $ equation_inline $ | ||||||
| let g:vimwiki_rxEqIn = '\$[^$`]\+\$' | let g:vimwiki_rxEqIn = '\$[^$`]\+\$' | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki syntax file | " Vimwiki syntax file | ||||||
| " Default syntax | " Desc: Defines markdown syntax | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| " text: $ equation_inline $ | " text: $ equation_inline $ | ||||||
| let g:vimwiki_rxEqIn = '\$[^$`]\+\$' | let g:vimwiki_rxEqIn = '\$[^$`]\+\$' | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki syntax file | " Vimwiki syntax file | ||||||
| " Author: Stuart Andrews <stu.andrews@gmail.com> | " Desc: Special stuff for markdown syntax | ||||||
| " Home: http://code.google.com/p/vimwiki/ | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
|  |  | ||||||
| " LINKS: assume this is common to all syntaxes "{{{ | " LINKS: assume this is common to all syntaxes "{{{ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,8 +1,7 @@ | |||||||
| " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | " vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79 | ||||||
| " Vimwiki syntax file | " Vimwiki syntax file | ||||||
| " MediaWiki syntax | " Desc: Defines mediaWiki syntax | ||||||
| " Author: Maxim Kim <habamax@gmail.com> | " Home: https://github.com/vimwiki/vimwiki/ | ||||||
| " Home: http://code.google.com/p/vimwiki/ |  | ||||||
|  |  | ||||||
| " text: $ equation_inline $ | " text: $ equation_inline $ | ||||||
| let g:vimwiki_rxEqIn = '\$[^$`]\+\$' | let g:vimwiki_rxEqIn = '\$[^$`]\+\$' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user