From 224da65388388c98b94fc033ed631268c21a7b17 Mon Sep 17 00:00:00 2001 From: Mattes Groeger Date: Sat, 5 Apr 2014 15:22:27 +0200 Subject: [PATCH] Fix mistake in README faq --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d6790a..c7944f1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ After installation you can directly start using it. You can do this by either us | Action | Shortcut | Command | |-------------------------------------------------|-------------|------------------------------| | Add/remove bookmark at current line | `mm` | `:ToggleBookmark` | -| Add/edit/remove annotation at current line | `mi` | `:Annotate ` | +| Add/edit/remove annotation at current line | `mi` | `:Annotate ` | | Jump to next bookmark in buffer | `mn` | `:NextBookmark` | | Jump to previous bookmark in buffer | `mp` | `:PrevBookmark` | | Show all bookmarks | `ma` | `:ShowAllBookmarks` | @@ -115,10 +115,7 @@ Vim only allows one sign per line. Therefore bookmarks will override any existin > Why aren't any signs showing at all? -Here are some things you can check: - -* Your git config is compatible with the version of git which your Vim is calling (`:echo system('git --version')`). -* Your Vim supports signs (`:echo has('signs')` should give `1`). +Make sure your vim supports signs: `:echo has('signs')` should give `1` ## Changelog