aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v5.31.0'v5.31.0Tom Ryder2019-06-105-8/+39
|\ | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.31.0: Add an idea about spell files Move local spellfile out into ad-hoc plugin Add uncommented code for spellfile extension Correct a badly copy-pasted sentence Add a command prefix Add an idea Add an issue Change a word in a comment Expand on why I hate i_CTRL-C
| * Bump VERSIONTom Ryder2019-06-101-2/+2
| |
| * Add an idea about spell filesTom Ryder2019-06-101-0/+2
| |
| * Move local spellfile out into ad-hoc pluginTom Ryder2019-06-102-22/+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.
| * Add uncommented code for spellfile extensionTom Ryder2019-06-102-4/+22
| |
| * Correct a badly copy-pasted sentenceTom Ryder2019-06-101-3/+2
| |
| * Add a command prefixTom Ryder2019-06-101-1/+1
| |
| * Add an ideaTom Ryder2019-06-101-0/+4
| |
| * Add an issueTom Ryder2019-06-101-0/+2
| |
| * Change a word in a commentTom Ryder2019-06-101-1/+1
| |
| * Expand on why I hate i_CTRL-CTom Ryder2019-06-101-1/+3
| |
| * Merge branch 'release/v5.30.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'release/v5.30.0'v5.30.0Tom Ryder2019-06-102-15/+35
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v5.30.0: Inline a set-run-restore command triplet Document what appears to be a Vim v8.1 bug Rename Date() to PutDate() to make func clearer Factor out date printing into function Use strftime() for date printing Arrange abbreviations in columns
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Inline a set-run-restore command tripletTom Ryder2019-06-101-3/+1
| |
| * Document what appears to be a Vim v8.1 bugTom Ryder2019-06-101-0/+5
| |
| * Rename Date() to PutDate() to make func clearerTom Ryder2019-06-101-3/+3
| |
| * Factor out date printing into functionTom Ryder2019-06-101-2/+6
| |
| * Use strftime() for date printingTom Ryder2019-06-101-4/+17
| |
| * Arrange abbreviations in columnsTom Ryder2019-06-101-9/+9
| |
| * Merge branch 'release/v5.29.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'release/v5.29.0'v5.29.0Tom Ryder2019-06-102-91/+180
|\ \ \ | | |/ | |/| | | | | | | * release/v5.29.0: Break mapping lines in two
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Break mapping lines in twoTom Ryder2019-06-101-89/+178
| | | | | | | | This seems to do syntax highlighting a little more usefully, too.
| * Merge branch 'release/v5.28.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'release/v5.28.0'v5.28.0Tom Ryder2019-06-102-217/+297
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v5.28.0: Lots more reordering and commenting Use expansion $ prefix for env vars consistently Fix some spelling and grammar errors Refactor comment on SourceCmd hook block Expand <C-K> documentation, add Steve Losh's link Use Unicode characters for 'lcs' extends/precedes
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Lots more reordering and commentingTom Ryder2019-06-101-188/+249
| |
| * Use expansion $ prefix for env vars consistentlyTom Ryder2019-06-101-3/+3
| |
| * Fix some spelling and grammar errorsTom Ryder2019-06-101-20/+20
| |
| * Refactor comment on SourceCmd hook blockTom Ryder2019-06-101-3/+5
| |
| * Expand <C-K> documentation, add Steve Losh's linkTom Ryder2019-06-101-3/+7
| |
| * Use Unicode characters for 'lcs' extends/precedesTom Ryder2019-06-101-2/+15
| |
| * Merge branch 'release/v5.27.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'release/v5.27.0'v5.27.0Tom Ryder2019-06-102-130/+252
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.27.0: Make comments on leader mappings more legible Document insert mode CTRL-K double-tap mapping Document insert mode CTRL-C mapping Document <Space> mapping Add opening notes for the mapping section Flesh out comment on persistent undo Adjust layout and commentary on 'wild...' :sets Document :EnsureDir command as well as function Restore -nargs=1 for :EnsureDir Combine 'dict' and 'tsr' :set and move down Add P_NDNAME exclusion checks to 'dict' and 'tsr' Explain 'dictionary' approach Break three conditions into separate lines Swap two conditions Explain behaviour of malformed MYVIM Flesh out opening comment a bit
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Make comments on leader mappings more legibleTom Ryder2019-06-101-55/+55
| | | | | | | | More abstracted, too. Who knows if I'll keep using backslash?
| * Document insert mode CTRL-K double-tap mappingTom Ryder2019-06-101-1/+26
| |
| * Document insert mode CTRL-C mappingTom Ryder2019-06-101-2/+27
| |
| * Document <Space> mappingTom Ryder2019-06-101-1/+17
| |
| * Add opening notes for the mapping sectionTom Ryder2019-06-101-0/+36
| |
| * Flesh out comment on persistent undoTom Ryder2019-06-091-2/+2
| |
| * Adjust layout and commentary on 'wild...' :setsTom Ryder2019-06-091-32/+25
| | | | | | | | Including adding a 'wildmode' setting.
| * Document :EnsureDir command as well as functionTom Ryder2019-06-091-0/+6
| |
| * Restore -nargs=1 for :EnsureDirTom Ryder2019-06-091-1/+1
| | | | | | | | It works fine in Vim 7.0 when passing MYVIM as a single target.
| * Combine 'dict' and 'tsr' :set and move downTom Ryder2019-06-091-34/+40
| |
| * Add P_NDNAME exclusion checks to 'dict' and 'tsr'Tom Ryder2019-06-091-2/+2
| |
| * Explain 'dictionary' approachTom Ryder2019-06-091-1/+3
| |
| * Break three conditions into separate linesTom Ryder2019-06-091-1/+3
| |
| * Swap two conditionsTom Ryder2019-06-091-1/+1
| |