aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-29 18:35:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-29 18:35:59 +1200
commit1b42457d9024745c2990583c90dc39c448f11e1f (patch)
tree507c149aab115f312376bafa2aaef6da24c2cded
parentMerge branch 'release/v0.2.0' (diff)
parentBump VERSION (diff)
downloadvim-spellfile-local-1b42457d9024745c2990583c90dc39c448f11e1f.tar.gz
vim-spellfile-local-1b42457d9024745c2990583c90dc39c448f11e1f.zip
Merge branch 'hotfix/v0.2.1'v0.2.1
* hotfix/v0.2.1: Fix search/replace error in README
-rw-r--r--README.md7
-rw-r--r--VERSION2
2 files changed, 5 insertions, 4 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
diff --git a/VERSION b/VERSION
index 0ea3a94..0c62199 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.2.1