X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/70d507bb81a49b49a6fe939d038923fbab8c8fb5..1183b52fcbbf9e883a07fdf852998c53250a1f43:/doc/forum/link_autocompletion_in_vim.mdwn diff --git a/doc/forum/link_autocompletion_in_vim.mdwn b/doc/forum/link_autocompletion_in_vim.mdwn index e7caca745..a46c7e4c1 100644 --- a/doc/forum/link_autocompletion_in_vim.mdwn +++ b/doc/forum/link_autocompletion_in_vim.mdwn @@ -1,10 +1,15 @@ -I extended the functionality of the [ikiwiki-nav plugin](TODO) -(see [[here|tips/follow_wikilinks_from_inside_vim]]) to allow completion of +This page is deprecated. See [[tips/vim_and_ikiwiki]] for the most up to date +content. + +------ + +I extended the functionality of the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968) +(see [[here|tips/vim_ikiwiki_ftplugin]]) 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