Use inline code

This commit is contained in:
Santos Gallegos 2017-06-26 00:15:48 -05:00 committed by Marco Hinz
parent 238c77afd9
commit b927e5520a

View File

@ -1147,8 +1147,8 @@ within that file.
A few simple rules: A few simple rules:
- options are enclosed in single quotes, e.g. `:h 'textwidth'` - options are enclosed in single quotes, e.g. `:h 'textwidth'`
- VimL functions end in (), e.g. `:h reverse()` - VimL functions end in `()`, e.g. `:h reverse()`
- commands start with :, e.g. `:h :echo` - commands start with `:`, e.g. `:h :echo`
You can use `<c-d>` (this is <kbd>ctrl</kbd>+<kbd>d</kbd>) to list all tags that You can use `<c-d>` (this is <kbd>ctrl</kbd>+<kbd>d</kbd>) to list all tags that
match the currently entered query. E.g. `:h tab<c-d>` will get you a list of all match the currently entered query. E.g. `:h tab<c-d>` will get you a list of all