aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Don't strip tabs after angle quotesTom Ryder2019-05-241-2/+2
| | | | Don't solve problems we don't have yet
* More revision/expansion of blank/greeting stripTom Ryder2019-05-241-17/+20
|
* Break up and improve greeting patternTom Ryder2019-05-241-1/+5
|
* Make greeting regex even nuttierTom Ryder2019-05-241-3/+3
| | | | Needs to be split into two lines now.
* Remove ~/.vim/config sourcingTom Ryder2019-05-241-3/+0
| | | | We'll just use ~/.vim/plugin, maybe a subdir.
* Delete blank lines at top of quoted replyTom Ryder2019-05-231-0/+7
|
* Don't add spaces when quoting mailTom Ryder2019-05-231-0/+4
|
* Make space appending for quote indent configurableTom Ryder2019-05-231-6/+9
|
* Use get() for mail buffer variable fetchTom Ryder2019-05-231-3/+1
|
* Fix "break" in favour of "continue"Tom Ryder2019-05-231-1/+1
|
* 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
|
* 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
|
* Ignore #emacs_backup# file patternTom Ryder2019-05-221-1/+1
|
* 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.
* Add comments to Markdown heading mappingTom Ryder2019-05-211-0/+12
|
* End heading mapping on first columnTom Ryder2019-05-211-0/+1
|
* Improve Markdown heading mappingTom Ryder2019-05-211-2/+5
| | | | Leave me on the same row as the underline, and use getpos()/setpos()
* Add mappings and function for Markdown headingsTom Ryder2019-05-212-0/+12
|
* Move shebang change filetype hooks into pluginTom Ryder2019-05-213-14/+0
|