vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit c799d61b19d683ec86337f2ff0e846f9e0f76516
parent da899311c7cad7c9c1ef476c7f6767dabfa70e0a
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Mon, 23 Nov 2015 13:10:46 +0100

Clean up the help file (part 3)

Notably, put my name in the list of contributors. Well, and some other
names, too.

Diffstat:
Mautoload/vimwiki/base.vim | 2+-
Mautoload/vimwiki/customwiki2html.sh | 2+-
Mdoc/vimwiki.txt | 27+++++++++++++++++++++------
3 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/autoload/vimwiki/base.vim b/autoload/vimwiki/base.vim @@ -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 " names that are compatible with any external restrictions that they " 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" return '\V\%('.join(a:files, '\|').'\)\m' endfunction "}}} diff --git a/autoload/vimwiki/customwiki2html.sh b/autoload/vimwiki/customwiki2html.sh @@ -6,7 +6,7 @@ # commenting / uncommenting the relevant lines below. # # 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. diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2064,7 +2064,7 @@ For an example and further instructions, refer to the following script: $VIMHOME/autoload/vimwiki/customwiki2html.sh 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). @@ -2688,12 +2688,27 @@ https://groups.google.com/forum/#!forum/vimwiki ============================================================================== 14. Developers *vimwiki-developers* - - Maxim Kim <habamax@gmail.com> as original author. - - Stuart Andrews +Contributors and their Github usernames in roughly chronological order: + + - Maxim Kim (habamax) <habamax@gmail.com> as original author + - Stuart Andrews (tub78) - Tomas Pospichal - - See the following sites for more: - https://github.com/vimwiki/vimwiki/graphs/contributors - http://code.google.com/p/vimwiki/people/list + - Daniel Schemala (EinfachToll) as current maintainer + - 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 Web: https://github.com/vimwiki/vimwiki.git Vim plugins: http://www.vim.org/scripts/script.php?script_id=2226