Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7279261

Browse files
MartyLakebrennen
authored andcommitted
Update vimwiki.txt
Fix parameter that was renamed in some example.
1 parent5cca079 commit7279261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/vimwiki.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3282,7 +3282,7 @@ cannot otherwise convert the link. A customized handler might look like this: >
32823282
let str = a:value
32833283
32843284
" complete URL
3285-
let url_0 = matchstr(str, g:vimwiki_rxWikiInclMatchUrl)
3285+
let url_0 = matchstr(str, g:vimwiki_global_vars.rxWikiInclMatchUrl)
32863286
" URL parts
32873287
let link_infos = vimwiki#base#resolve_link(url_0)
32883288
let arg1 = matchstr(str, VimwikiWikiInclMatchArg(1))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp