aboutsummaryrefslogtreecommitdiff
path: root/doc/spellfile_local.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/spellfile_local.txt')
-rw-r--r--doc/spellfile_local.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spellfile_local.txt b/doc/spellfile_local.txt
index 486da43..0bb0641 100644
--- a/doc/spellfile_local.txt
+++ b/doc/spellfile_local.txt
@@ -8,8 +8,8 @@ The 'spellfile' setting for a file named `test.vim` in one's home directory
while writing English in UTF-8 encoding might look like this:
>
spellfile=~/.vim/spell/en.utf-8.add
- ,~/.vim/spell/path/%home%user%test.vim.en.utf-8.add
- ,~/.vim/spell/filetype/vim.en.utf-8.add
+ ,~/.vim/spell/path.%home%user%test.vim.en.utf-8.add
+ ,~/.vim/spell/filetype.vim.en.utf-8.add
<
Words can then be added to the file's word list with `2zg`, or to the
filetype's list with `3zg`.