]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/link_autocompletion_in_vim.mdwn
This reverts commit 21f0f5c22fb97d283db183e2970cc8f05fbfb475
[git.ikiwiki.info.git] / doc / forum / link_autocompletion_in_vim.mdwn
1 This page is deprecated. See [[tips/vim_and_ikiwiki]] for the most up to date
2 content.
4 ------
6 I extended the functionality of the [ikiwiki-nav plugin](http://www.vim.org/scripts/script.php?script_id=2968)
7 (see [[here|tips/vim_ikiwiki_ftplugin]]) to allow completion of
8 wikilinks from inside vim, through the omnicompletion mechanism.
10 It still has some bugs, but is usable, and will not destroy your data. It can
11 only complete links whose definition (text) is on a single line, and still can't
12 handle "named links" (`\[\[text|link\]\]`).
14 I'd love to hear suggestions for improvement for it, and bug reports ;) For
15 example, regarding how are sorted and presented the available completions
16 (dates, alphabetically, etc).
18 You can find a tarball for it
19 [here](http://devnull.li/~jerojasro/ikiwiki-nav-dev.tar.gz). To install it,
20 extract the tarball contents in your `.vim` directory.
22 --[[jerojasro]]