diff options
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 9aff8f1b84..618d4e5df9 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -37,7 +37,7 @@ used. Also see |xterm-screens|. Settings depending on terminal *term-dependent-settings* If you want to set options or mappings, depending on the terminal name, you -can do this best in your .vimrc. Example: > +can do this best in your vimrc. Example: > if &term == "xterm" ... xterm maps and settings ... |