Merge remote-tracking branch 'af/patch-1' into dev

Fix #51
This commit is contained in:
EinfachToll 2014-06-10 09:14:33 +02:00
commit c0ead893b4

View File

@ -30,7 +30,7 @@ With vimwiki you can:
* manage todo-lists; * manage todo-lists;
* write documentation. * write documentation.
To do a quick start press `<Leader>`ww (this is usually \ww) to go to your index To do a quick start press `<Leader>ww` (this is usually `\ww`) to go to your index
wiki file. By default it is located in: wiki file. By default it is located in:
~/vimwiki/index.wiki ~/vimwiki/index.wiki
@ -80,10 +80,10 @@ Lists:
- bullet list item 8 - bullet list item 8
- bullet list item 9 - bullet list item 9
# numbered list item 1 1. numbered list item 1
# numbered list item 2 2. numbered list item 2
# numbered list item 3 a) numbered list item 3
# numbered list item 4 b) numbered list item 4
= Header1 = = Header1 =
== Header2 == == Header2 ==
@ -119,11 +119,11 @@ Commands
Install details Install details
============================================================================== ==============================================================================
Using pathogen (http://www.vim.org/scripts/script.php?script_id=2332) Using pathogen (http://www.vim.org/scripts/script.php?script_id=2332 )
cd ~/.vim cd ~/.vim
mkdir bundle mkdir bundle
cd bundle cd bundle
git clone git://github.com/vim-scripts/vimwiki.git git clone git://github.com/vim-scripts/vimwiki.git
Then launch vim and run `:help vimwiki` to verify it was installed. Then launch vim, run `:Helptags` and then `:help vimwiki` to verify it was installed.