Clean up the help file (part 3)
Notably, put my name in the list of contributors. Well, and some other names, too.
This commit is contained in:
parent
da899311c7
commit
c799d61b19
@ -183,7 +183,7 @@ function! vimwiki#base#file_pattern(files) "{{{ Get search regex from glob()
|
|||||||
" string. Aim to support *all* special characters, forcing the user to choose
|
" string. Aim to support *all* special characters, forcing the user to choose
|
||||||
" names that are compatible with any external restrictions that they
|
" names that are compatible with any external restrictions that they
|
||||||
" encounter (e.g. filesystem, wiki conventions, other syntaxes, ...).
|
" encounter (e.g. filesystem, wiki conventions, other syntaxes, ...).
|
||||||
" See: http://code.google.com/p/vimwiki/issues/detail?id=316
|
" See: https://github.com/vimwiki-backup/vimwiki/issues/316
|
||||||
" Change / to [/\\] to allow "Windows paths"
|
" Change / to [/\\] to allow "Windows paths"
|
||||||
return '\V\%('.join(a:files, '\|').'\)\m'
|
return '\V\%('.join(a:files, '\|').'\)\m'
|
||||||
endfunction "}}}
|
endfunction "}}}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# commenting / uncommenting the relevant lines below.
|
# commenting / uncommenting the relevant lines below.
|
||||||
#
|
#
|
||||||
# NEW! An alternative converter was developed by Jason6Anderson, and can
|
# NEW! An alternative converter was developed by Jason6Anderson, and can
|
||||||
# be located at http://code.google.com/p/vimwiki/issues/detail?id=384
|
# be located at https://github.com/vimwiki-backup/vimwiki/issues/384
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# To use this script, you must have the Discount converter installed.
|
# To use this script, you must have the Discount converter installed.
|
||||||
|
@ -2064,7 +2064,7 @@ For an example and further instructions, refer to the following script:
|
|||||||
$VIMHOME/autoload/vimwiki/customwiki2html.sh
|
$VIMHOME/autoload/vimwiki/customwiki2html.sh
|
||||||
|
|
||||||
An alternative converter was developed by Jason6Anderson, and can
|
An alternative converter was developed by Jason6Anderson, and can
|
||||||
be located at http://code.google.com/p/vimwiki/issues/detail?id=384
|
be located at https://github.com/vimwiki-backup/vimwiki/issues/384
|
||||||
|
|
||||||
To use the internal wiki2html converter, use an empty string (the default).
|
To use the internal wiki2html converter, use an empty string (the default).
|
||||||
|
|
||||||
@ -2688,11 +2688,26 @@ https://groups.google.com/forum/#!forum/vimwiki
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
14. Developers *vimwiki-developers*
|
14. Developers *vimwiki-developers*
|
||||||
|
|
||||||
- Maxim Kim <habamax@gmail.com> as original author.
|
Contributors and their Github usernames in roughly chronological order:
|
||||||
- Stuart Andrews
|
|
||||||
|
- Maxim Kim (habamax) <habamax@gmail.com> as original author
|
||||||
|
- Stuart Andrews (tub78)
|
||||||
- Tomas Pospichal
|
- Tomas Pospichal
|
||||||
- See the following sites for more:
|
- Daniel Schemala (EinfachToll) as current maintainer
|
||||||
https://github.com/vimwiki/vimwiki/graphs/contributors
|
- Larry Hynes (larryhynes)
|
||||||
|
- Hector Arciga (harciga)
|
||||||
|
- Alexey Radkov (lyokha)
|
||||||
|
- Aaron Franks (af)
|
||||||
|
- Dan Bernier (danbernier)
|
||||||
|
- Carl Helmertz (chelmertz)
|
||||||
|
- Karl Yngve Lervåg (lervag)
|
||||||
|
- Patrick Davey (patrickdavey)
|
||||||
|
- Ivan Tishchenko (t7ko)
|
||||||
|
- 修昊 (Svtter)
|
||||||
|
- Marcelo D Montu (mMontu)
|
||||||
|
- John Kaul
|
||||||
|
|
||||||
|
See the following site for more:
|
||||||
http://code.google.com/p/vimwiki/people/list
|
http://code.google.com/p/vimwiki/people/list
|
||||||
|
|
||||||
Web: https://github.com/vimwiki/vimwiki.git
|
Web: https://github.com/vimwiki/vimwiki.git
|
||||||
|
Loading…
Reference in New Issue
Block a user