diff options
Diffstat (limited to 'runtime/doc/map.txt')
| -rw-r--r-- | runtime/doc/map.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 37e1235a81..ab49b6f889 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -435,7 +435,7 @@ last defined. Example: > :verbose map <C-W>* n <C-W>* * <C-W><C-S>* - Last set from /home/abcd/.vimrc + Last set from ~/.config/nvim/init.vim See |:verbose-cmd| for more information. @@ -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 |