aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/spellfile_local.vim
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul local Vim spellfile word list pluginTom Ryder2019-06-171-10/+3
|
* Add -bar attribute to :AddLocalSpellFile commandTom Ryder2019-06-141-1/+1
|
* Clean up ad-hoc pluginsTom Ryder2019-06-111-20/+5
| | | | These might end up packaged shortly.
* Add visual mode mapping for spellfilesTom Ryder2019-06-111-0/+1
|
* Rename EnsureDir to EstablishTom Ryder2019-06-111-1/+1
| | | | I just like this name better.
* Alter MYVIM semantics: don't allow outside settingTom Ryder2019-06-111-1/+1
| | | | Not that it's a bad idea, just that I don't need it yet.
* Correct case errors in local spell file namesTom Ryder2019-06-111-3/+3
|
* Use dedicated augroup for local spellfileTom Ryder2019-06-111-1/+5
|
* Factor our :AddLocalSpellFile commandTom Ryder2019-06-111-0/+2
|
* Move spellfile local mapping into functionTom Ryder2019-06-111-1/+2
|
* Check MYVIM is not blank in spellfile pluginTom Ryder2019-06-111-1/+1
|
* Remove bang from endfunctionTom Ryder2019-06-111-1/+1
|
* Move local spellfile out into ad-hoc pluginTom Ryder2019-06-101-0/+26
At some point I'll package this up properly as a little distribution, once I'm a bit more confident it's working correctly. So far, it's pretty neat.