aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_45.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/usr_45.txt')
-rw-r--r--runtime/doc/usr_45.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_45.txt b/runtime/doc/usr_45.txt
index 808a9fc725..34b607cbd2 100644
--- a/runtime/doc/usr_45.txt
+++ b/runtime/doc/usr_45.txt
@@ -129,7 +129,7 @@ this name, but with all letters made lowercase. Then copy the file to your
own runtime directory, as found early in 'runtimepath'. For example, for Unix
you would do: >
- :!cp $VIMRUNTIME/lang/menu_ko_kr.euckr.vim ~/.vim/lang/menu_nl_be.iso_8859-1.vim
+ :!cp $VIMRUNTIME/lang/menu_ko_kr.euckr.vim ~/.config/nvim/lang/menu_nl_be.iso_8859-1.vim
You will find hints for the translation in "$VIMRUNTIME/lang/README.txt".
@@ -359,7 +359,7 @@ DO-IT-YOURSELF KEYMAPS
You can create your own keymap file. It's not very difficult. Start with
a keymap file that is similar to the language you want to use. Copy it to the
"keymap" directory in your runtime directory. For example, for Unix, you
-would use the directory "~/.vim/keymap".
+would use the directory "~/.config/nvim/keymap".
The name of the keymap file must look like this:
keymap/{name}.vim ~