diff options
Diffstat (limited to 'runtime/doc/tips.txt')
-rw-r--r-- | runtime/doc/tips.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/tips.txt b/runtime/doc/tips.txt index 5d5e89da77..05f41005cc 100644 --- a/runtime/doc/tips.txt +++ b/runtime/doc/tips.txt @@ -47,7 +47,7 @@ is an overview with tags to jump to: |gf| Go to file name under the cursor. -|%| Go to matching (), {}, [], /* */, #if, #else, #endif. +|%| Go to matching (), {}, [], `/* */`, #if, #else, #endif. |[/| Go to previous start of comment. |]/| Go to next end of comment. |[#| Go back to unclosed #if, #ifdef, or #else. @@ -196,7 +196,7 @@ charset.c digraph.c ... -and I want to rename *.c *.bla. I'd do it like this: > +and I want to rename `*.c` `*.bla`. I'd do it like this: > $ vim :r !ls *.c |