Merge pull request #106 from t7ko/get_anchors-bugfix
Bold anchors were duplicated in get_anchors() results
This commit is contained in:
commit
43cad87426
@ -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