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 05f41005cc..7d38b1e0f7 100644 --- a/runtime/doc/tips.txt +++ b/runtime/doc/tips.txt @@ -59,8 +59,8 @@ is an overview with tags to jump to: |v_ab| Select "a block" from "[(" to "])", including braces |v_ib| Select "inner block" from "[(" to "])" -|v_aB| Select "a block" from "[{" to "]}", including brackets -|v_iB| Select "inner block" from "[{" to "]}" +|v_aB| Select "a block" from `[{` to `]}`, including brackets +|v_iB| Select "inner block" from `[{` to `]}` ============================================================================== Finding where identifiers are used *ident-search* |