vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 4c5b0fec6ba270c6ac5a30e7ea41fcc31c95a998
parent bb75ec6debffca00318bcb4753f2143a7f946694
Author: Alex Thorne <alex@alexthorne.net>
Date:   Mon, 12 Dec 2016 22:20:52 +0000

Fix typo in docs

Diffstat:
Mdoc/vimwiki.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -854,7 +854,7 @@ Raw URLs are also supported: > External files~ -The "file:" and "local:" schemes allow you to directly link to arbitray +The "file:" and "local:" schemes allow you to directly link to arbitrary resources using absolute or relative paths: > [[file:/home/somebody/a/b/c/music.mp3]] [[file:C:/Users/somebody/d/e/f/music.mp3]]