aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hotfix/v0.3.1'v0.3.1Tom Ryder2020-05-152-18/+20
|\ | | | | | | | | * hotfix/v0.3.1: Factor out error when no custom dirs set
| * Bump VERSIONTom Ryder2020-05-151-1/+1
| |
| * Factor out error when no custom dirs setTom Ryder2020-05-151-17/+19
|/ | | | Failure of testing here
* Merge branch 'release/v0.3.0'v0.3.0Tom Ryder2020-05-153-127/+76
|\ | | | | | | | | | | | | * release/v0.3.0: Rewrite implementation Correct and expand a doc sentence Remove plugin remaps
| * Bump VERSIONTom Ryder2020-05-152-2/+2
| |
| * Rewrite implementationTom Ryder2020-05-152-111/+72
| | | | | | | | | | | | Allow custom directories with different behaviour and in general made the code a bit clearer to read; I really overcooked this the first time around.
| * Correct and expand a doc sentenceTom Ryder2020-05-151-1/+2
| |
| * Remove plugin remapsTom Ryder2020-05-151-13/+0
| | | | | | | | Not the best idea to do it here, anyway. Better in vimrc.
| * Merge branch 'hotfix/v0.2.2' into developTom Ryder2020-05-092-2/+2
| |\ | | | | | | | | | | | | * hotfix/v0.2.2: Copy list before mapping it for a join
* | \ Merge branch 'hotfix/v0.2.2'v0.2.2Tom Ryder2020-05-092-2/+2
|\ \ \ | |/ / |/| / | |/ | | * hotfix/v0.2.2: Copy list before mapping it for a join
| * Bump VERSIONTom Ryder2020-05-091-1/+1
| |
| * Copy list before mapping it for a joinTom Ryder2020-05-091-1/+1
|/ | | | I really should have remembered that map() works in-place.
* Merge branch 'hotfix/v0.2.1'v0.2.1Tom Ryder2020-04-292-4/+5
|\ | | | | | | | | * hotfix/v0.2.1: Fix search/replace error in README
| * Bump VERSIONTom Ryder2020-04-291-1/+1
| |
| * Fix search/replace error in READMETom Ryder2020-04-291-3/+4
|/
* Merge branch 'release/v0.2.0'v0.2.0Tom Ryder2020-01-062-10/+29
|\ | | | | | | | | | | | | | | * release/v0.2.0: Specify internal wordlist remaps as buffer-local Remove stray word at the end of a comment Adjust aggregate definition layout for readability Add buffer-local maps for internal wordlist
| * Bump VERSIONTom Ryder2020-01-061-1/+1
| |
| * Specify internal wordlist remaps as buffer-localTom Ryder2020-01-061-8/+8
| |
| * Remove stray word at the end of a commentTom Ryder2020-01-061-1/+1
| |
| * Adjust aggregate definition layout for readabilityTom Ryder2020-01-061-8/+14
| |
| * Add buffer-local maps for internal wordlistTom Ryder2020-01-061-0/+13
|/ | | | Optional depending on the setting of g:spellfile_local_remap_internal.
* Merge branch 'hotfix/v0.1.1'v0.1.1Tom Ryder2019-12-192-2/+2
|\ | | | | | | | | * hotfix/v0.1.1: Fix mixed-up parameters for mkdir()
| * Bump VERSIONTom Ryder2019-12-191-1/+1
| |
| * Fix mixed-up parameters for mkdir()Tom Ryder2019-12-191-1/+1
|/
* First version, spun out from tejr dotfiles v8.7.0v0.1.0Tom Ryder2019-12-195-0/+226