typos and missing link
authorJavier Rojas <jrojasr@integracionsocial.gov.co>
Tue, 25 May 2010 01:14:05 +0000 (20:14 -0500)
committerJavier Rojas <jrojasr@integracionsocial.gov.co>
Tue, 25 May 2010 01:14:05 +0000 (20:14 -0500)
doc/forum/link_autocompletion_in_vim.mdwn

index e7caca745b1435d1655366dfbda2d0b7db3fdd42..7d3ed8b02294ca165f4f4c0ead128ce1aed7b34e 100644 (file)
@@ -1,10 +1,10 @@
-I extended the functionality of the [ikiwiki-nav plugin](TODO)
+I extended the functionality of the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968)
 (see [[here|tips/follow_wikilinks_from_inside_vim]]) to allow completion of
 wikilinks from inside vim, through the omnicompletion mechanism.
 
 It still has some bugs, but is usable, and will not destroy your data. It can
 only complete links whose definition (text) is on a single line, and still can't
 (see [[here|tips/follow_wikilinks_from_inside_vim]]) to allow completion of
 wikilinks from inside vim, through the omnicompletion mechanism.
 
 It still has some bugs, but is usable, and will not destroy your data. It can
 only complete links whose definition (text) is on a single line, and still can't
-handle "named links" (`[[text|link]]`).
+handle "named links" (`\[\[text|link\]\]`).
 
 I'd love to hear suggestions for improvement for it, and bug reports ;) For
 example, regarding how are sorted and presented the available completions
 
 I'd love to hear suggestions for improvement for it, and bug reports ;) For
 example, regarding how are sorted and presented the available completions