aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v4.41.0'v4.41.0Tom Ryder2019-05-232-3/+3
|\ | | | | | | | | | | * release/v4.41.0: Bump VERSION Fix "break" in favour of "continue"
| * Bump VERSIONTom Ryder2019-05-231-2/+2
| |
| * Fix "break" in favour of "continue"Tom Ryder2019-05-231-1/+1
| |
| * Merge branch 'release/v4.40.0' into developTom Ryder2019-05-231-2/+2
| |\ | | | | | | | | | | | | * release/v4.40.0: Bump VERSION
* | \ Merge branch 'release/v4.40.0'v4.40.0Tom Ryder2019-05-233-8/+15
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v4.40.0: Bump VERSION Improve blank line squeeze behaviour for mail Don't add a space to trailing quotes Prevent unneeded capture of group in greet regex Update vim-squeeze-repeat-bolanks to v0.3.0
| * | Bump VERSIONTom Ryder2019-05-231-2/+2
| |/
| * Improve blank line squeeze behaviour for mailTom Ryder2019-05-231-3/+10
| | | | | | | | | | | | | | Don't squeeze blank lines if there are no quote prefixes in the message, suggesting that this is a new message and that we will be wanting to keep the two blank lines between the header and the signature, so that "o" just starts writing a message, like I'm used to.
| * Don't add a space to trailing quotesTom Ryder2019-05-231-2/+2
| |
| * Prevent unneeded capture of group in greet regexTom Ryder2019-05-231-1/+1
| |
| * Update vim-squeeze-repeat-bolanks to v0.3.0Tom Ryder2019-05-231-0/+0
| |
| * Merge branch 'release/v4.39.0' into developTom Ryder2019-05-231-2/+2
| |\ | | | | | | | | | | | | * release/v4.39.0: Bump VERSION
* | \ Merge branch 'release/v4.39.0'v4.39.0Tom Ryder2019-05-2310-80/+148
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.39.0: (33 commits) Bump VERSION Use case-sensitive operators to appease vim-vint Correct :return to :break Run repeat blank squeeze on mail reply Normalise quoting in mail Strip trailing blanks after greeting Improve opening-greeting strip from mail ftplugin Add foldexpr function deletion to undo Give credit to Tim Pope Adopt heading-based Markdown folding Remove redundancies from 'formatoptions' setting Break apart 'comments' definitions Use variable assignment for complex pattern Correct definition for b:undo_ftplugin Refactor undo_ftplugin lines for Markdown ftplugin Break up Markdown ftplugin option settings Adjust header/footer for Markdown ftplugin Remove HTML ftplugin import from Markdown ftplugin Move my after ftplugin for Markdown into main Add Tim Pope's Markdown ftplugin ...
| * | Bump VERSIONTom Ryder2019-05-231-2/+2
| |/
| * Use case-sensitive operators to appease vim-vintTom Ryder2019-05-231-3/+3
| |
| * Correct :return to :breakTom Ryder2019-05-231-1/+1
| |
| * Run repeat blank squeeze on mail replyTom Ryder2019-05-231-1/+2
| |
| * Normalise quoting in mailTom Ryder2019-05-231-0/+21
| |
| * Strip trailing blanks after greetingTom Ryder2019-05-231-1/+1
| |
| * Improve opening-greeting strip from mail ftpluginTom Ryder2019-05-231-3/+3
| |
| * Add foldexpr function deletion to undoTom Ryder2019-05-231-1/+1
| |
| * Give credit to Tim PopeTom Ryder2019-05-231-2/+2
| |
| * Adopt heading-based Markdown foldingTom Ryder2019-05-231-15/+13
| | | | | | | | | | | | This is just me adapting Tim Pope's original code a little to fit with how I normally write Vim script. We'll try this fold method out and see if it suits.
| * Remove redundancies from 'formatoptions' settingTom Ryder2019-05-231-3/+1
| |
| * Break apart 'comments' definitionsTom Ryder2019-05-231-2/+5
| |
| * Use variable assignment for complex patternTom Ryder2019-05-231-1/+1
| |
| * Correct definition for b:undo_ftpluginTom Ryder2019-05-231-1/+1
| |
| * Refactor undo_ftplugin lines for Markdown ftpluginTom Ryder2019-05-231-6/+2
| |
| * Break up Markdown ftplugin option settingsTom Ryder2019-05-231-2/+8
| | | | | | | | Just for readability.
| * Adjust header/footer for Markdown ftpluginTom Ryder2019-05-231-7/+3
| |
| * Remove HTML ftplugin import from Markdown ftpluginTom Ryder2019-05-232-7/+0
| | | | | | | | | | I never liked this much. Removing it from my own copy of the ftplugin allows me to remove my working around it in the after script.
| * Move my after ftplugin for Markdown into mainTom Ryder2019-05-232-44/+44
| |
| * Add Tim Pope's Markdown ftpluginTom Ryder2019-05-231-0/+50
| | | | | | | | | | | | I disagree with just enough of this that I think it's worth writing it out my own way. Adding the file as it is for now so I can track and document what I change.
| * Add undo instructions for Markdown heading stuffTom Ryder2019-05-231-0/+3
| |
| * Adjust order of Markdown heading mapsTom Ryder2019-05-231-2/+2
| |
| * Define user command MarkdownHeadingTom Ryder2019-05-231-2/+4
| |
| * Set 'include' and 'path' in Vim script filesTom Ryder2019-05-231-0/+6
| |
| * Don't set 'path' to ** by defaultTom Ryder2019-05-231-2/+2
| | | | | | | | | | It might still be useful, but probably only in more controlled/defined situations, and not by default.
| * Add mapping to toggle 'autoindent'Tom Ryder2019-05-221-0/+3
| |
| * Rebuild dotfiles(7df) manualTom Ryder2019-05-221-3/+1
| |
| * Ignore #emacs_backup# file patternTom Ryder2019-05-222-1/+4
| |
| * Remove '\'' sh ftplugin map; <Esc> interferenceTom Ryder2019-05-211-9/+0
| |
| * Flesh out a commentTom Ryder2019-05-211-2/+2
| |
| * Add count to sudo(8) pathsTom Ryder2019-05-211-2/+2
| |
| * Use MYVIM instead of MYVIMRUNTIMETom Ryder2019-05-211-7/+7
| | | | | | | | | | Not all of the files in ~/.vim are necessary runtime files anyway, so the distinction isn't helpful.
| * Revert "Try ternary operator for $MYVIMRUNTIME ...Tom Ryder2019-05-211-5/+5
| | | | | | | | | | | | This reverts commit 94c8d6c527049984373d75c1f8910fe25f8736b4. Decided I don't like this after all.
| * Merge branch 'release/v4.38.0' into developTom Ryder2019-05-211-2/+2
| |\ | | | | | | | | | | | | * release/v4.38.0: Bump VERSION
* | \ Merge branch 'release/v4.38.0'v4.38.0Tom Ryder2019-05-212-2/+15
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v4.38.0: Bump VERSION Add comments to Markdown heading mapping End heading mapping on first column
| * | Bump VERSIONTom Ryder2019-05-211-2/+2
| |/
| * Add comments to Markdown heading mappingTom Ryder2019-05-211-0/+12
| |
| * End heading mapping on first columnTom Ryder2019-05-211-0/+1
| |