aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_40.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/usr_40.txt')
-rw-r--r--runtime/doc/usr_40.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_40.txt b/runtime/doc/usr_40.txt
index b802c9534a..d3cc792c59 100644
--- a/runtime/doc/usr_40.txt
+++ b/runtime/doc/usr_40.txt
@@ -478,7 +478,7 @@ for you. This triggers the Filetype event. Use this to do something when a
certain type of file is edited. For example, to load a list of abbreviations
for text files: >
- :autocmd Filetype text source ~/.vim/abbrevs.vim
+ :autocmd Filetype text source ~/.config/nvim/abbrevs.vim
When starting to edit a new file, you could make Vim insert a skeleton: >