From 3f5292760ee7726e058b0b29bed5d2d00cf5fddf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Apr 2020 18:35:17 +1200 Subject: Fix search/replace error in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3942a96..7844347 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ spellfile\_local.vim ==================== -This plugin extends the behaviour of `%` for file buffers to add extra spelling -word lists that are unique to each path and (if applicable) filetype. The `%` -setting for a file named `test.vim` might look like this: +This plugin extends the default value of `'spellfile'` for file buffers to add +extra spelling word lists that are unique to each path and (if applicable) +filetype. The `'spellfile'` setting for a file named `test.vim` might look +like this: spellfile=~/.vim/spell/en.utf-8.add ,~/.vim/spell/path/%home%user%test.vim.en.utf-8.add -- cgit v1.2.3