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:
@ -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 "}}}
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user