From a2e7bf671511bc962ef69aa960a178dc4f04f49d Mon Sep 17 00:00:00 2001 From: Fergus Collins <59059263+C-Fergus@users.noreply.github.com> Date: Tue, 6 Jul 2021 12:36:52 +0100 Subject: [PATCH] doc: remove file extensions from match_re examples --- doc/wiki.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/wiki.txt b/doc/wiki.txt index f5b836c0..7a5c246b 100644 --- a/doc/wiki.txt +++ b/doc/wiki.txt @@ -549,9 +549,9 @@ OPTIONS *wiki-config-options* endfunction let g:wiki_templates = [ - \ { 'match_re': 'index\.md', + \ { 'match_re': 'index', \ 'source_filename': '/home/user/templates/index.md'}, - \ { 'match_re': 'foo\.md', + \ { 'match_re': 'foo', \ 'source_filename': '.footemplate.md'}, \ { 'match_func': {x -> v:true}, \ 'source_func': function('TemplateFallback')},