From b927e5520ac2b6cdd33019123519bd079866441e Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 26 Jun 2017 00:15:48 -0500 Subject: [PATCH] Use inline code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c03e79..828e634 100644 --- a/README.md +++ b/README.md @@ -1147,8 +1147,8 @@ within that file. A few simple rules: - options are enclosed in single quotes, e.g. `:h 'textwidth'` -- VimL functions end in (), e.g. `:h reverse()` -- commands start with :, e.g. `:h :echo` +- VimL functions end in `()`, e.g. `:h reverse()` +- commands start with `:`, e.g. `:h :echo` You can use `` (this is ctrl+d) to list all tags that match the currently entered query. E.g. `:h tab` will get you a list of all