summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Rojas <jrojasr@integracionsocial.gov.co>2010-05-24 20:14:05 -0500
committerJavier Rojas <jrojasr@integracionsocial.gov.co>2010-05-24 20:14:05 -0500
commit09793a2aafe3cdb153d5a202c09d8b6fedfab406 (patch)
treed28874f25c22bef39c4220167ed0190cda9d4868
parent70d507bb81a49b49a6fe939d038923fbab8c8fb5 (diff)
typos and missing link
-rw-r--r--doc/forum/link_autocompletion_in_vim.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/forum/link_autocompletion_in_vim.mdwn b/doc/forum/link_autocompletion_in_vim.mdwn
index e7caca745..7d3ed8b02 100644
--- a/doc/forum/link_autocompletion_in_vim.mdwn
+++ b/doc/forum/link_autocompletion_in_vim.mdwn
@@ -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
-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