From 2c03d82a0e4662adf1e347487d73a9bf4bf6fdac Mon Sep 17 00:00:00 2001 From: EinfachToll Date: Fri, 21 Feb 2014 14:19:55 +0100 Subject: [PATCH 1/2] Small updates to README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8daafba..3d6a564 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ Lists: - bullet list item 8 - bullet list item 9 - # numbered list item 1 - # numbered list item 2 - # numbered list item 3 - # numbered list item 4 + 1. numbered list item 1 + 2. numbered list item 2 + a) numbered list item 3 + b) numbered list item 4 = Header1 = == Header2 == @@ -119,11 +119,11 @@ Commands 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 mkdir bundle cd bundle 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. From d33c64f7918b397c8cc191e7a5a486703f8b50be Mon Sep 17 00:00:00 2001 From: Aaron Franks Date: Sat, 7 Jun 2014 21:21:25 -0700 Subject: [PATCH 2/2] Fix ww text in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6a564..0e88cf2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ With vimwiki you can: * manage todo-lists; * write documentation. -To do a quick start press ww (this is usually \ww) to go to your index +To do a quick start press `ww` (this is usually `\ww`) to go to your index wiki file. By default it is located in: ~/vimwiki/index.wiki