Closed GoogleCodeExporter closed 8 years ago
Fixed in ra239dd4a4614. Please try the latest dev sources ...
Original comment by stu.andrews
on 12 Oct 2012 at 3:32
Thank you, but... well, that fixes just the thing with the case. Now when
entering the command there is still every occurrence of the word "index" found,
not only *links* to index.wiki. Or is this what the command is supposed to do?
Original comment by istjanic...@gmail.com
on 15 Oct 2012 at 7:42
I thought about adding the surrounding [-brackets, but realized that some
people may want to locate instances of a word where a link could be added.
As a quick fix, you could try this version (this will only find [[xxxx]]
instances).
function! vimwiki#base#backlinks() "{{{
execute 'lvimgrep "\[\['.
\ expand("%:t:r").
\ '\]\]\C" '.
\ escape(VimwikiGet('path').'**/*'.VimwikiGet('ext'), ' ')
endfunction "}}}
To search for all proper links, we could look at how they are found by
VimwikiRenameLink ...
Original comment by stu.andrews
on 16 Oct 2012 at 2:24
Original comment by stu.andrews
on 28 Dec 2012 at 5:10
Original issue reported on code.google.com by
istjanic...@gmail.com
on 12 Oct 2012 at 8:09