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