Fix collecting anchors -- bold anchors were added to the list twice
This commit is contained in:
parent
6b0be58392
commit
28af35bcfe
@ -651,7 +651,7 @@ function! vimwiki#base#get_anchors(filename, syntax) "{{{
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" collect bold text (there can be several in one line)
|
" collect bold text (there can be several in one line)
|
||||||
let bold_count = 0
|
let bold_count = 1
|
||||||
while 1
|
while 1
|
||||||
let bold_text = matchstr(line, rxbold, 0, bold_count)
|
let bold_text = matchstr(line, rxbold, 0, bold_count)
|
||||||
if bold_text == ''
|
if bold_text == ''
|
||||||
|
Loading…
Reference in New Issue
Block a user