diff options
Diffstat (limited to 'runtime/doc/map.txt')
| -rw-r--r-- | runtime/doc/map.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index d560fbf266..ab49b6f889 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1046,7 +1046,7 @@ You type: ab esc ^V^V^V^V^V^[ You see: ab esc ^V^V^[ The command-line contains two actual ^Vs before the ^[. This is - how it should appear in your .exrc file, if you choose to go that + how it should appear in your vimrc file, if you choose to go that route. The first ^V is there to quote the second ^V; the :ab command uses ^V as its own quote character, so you can include quoted whitespace or the | character in the abbreviation. The :ab command |