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:
EinfachToll
2015-02-23 12:10:42 +01:00
parent 3a39498604
commit 8d7d568214
16 changed files with 26 additions and 40 deletions

View File

@ -1,8 +1,7 @@
" vim:tabstop=2:shiftwidth=2:expandtab:foldmethod=marker:textwidth=79
" Vimwiki autoload plugin file
" Path manipulation functions
" Author: Daniel Schemala <istjanichtzufassen@gmail.com>
" Home: http://code.google.com/p/vimwiki/
" Desc: Path manipulation functions
" Home: https://github.com/vimwiki/vimwiki/
function! vimwiki#path#chomp_slash(str) "{{{