aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Enable forward_attachments in MuttTom Ryder2019-05-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From v1.12's release notes <http://www.mutt.org/relnotes/1.12/>: > Previously, if you wanted to include attachments in a forwarded email, > you had to either use $mime_forward, which forwarded the entire email > as an attachment, or else open the attachment menu, manually tag all > the attachments and then hit forward from the attachment menu. > > $forward_attachments is a quadoption that now allows forwarding > attachments from an email when inline-forwarding (that is, > $mime_forward unset, and $forward_decode set). Note that > text-decodable attachments will still be decoded and included in the > message body. Non-decodable attachments will be added as separate > attachments.
| * Enable crypt_protected_headers_write in MuttTom Ryder2019-05-261-0/+1
| | | | | | | | | | | | | | | | From v1.12's release notes <http://www.mutt.org/relnotes/1.12/>: > When $crypt_protected_headers_write is set, a protected subject header > will be generated for signed or encrypted emails. For encrypted > emails, the value in $crypt_protected_headers_subject will replace the > real subject in the unencrypted headers.
| * Update vim-quickfix-auto-open to v1.0.0Tom Ryder2019-05-261-0/+0
| |
| * Adjust a concatenated stringTom Ryder2019-05-251-3/+1
| |
| * Update vim-insert-suspend-hlsearch to v1.0.0Tom Ryder2019-05-251-0/+0
| |
| * Update vim-quickfix-auto-open to v1.0.0Tom Ryder2019-05-252-0/+11
| |
| * Update vim-copy-linebreak to v1.0.0Tom Ryder2019-05-251-0/+0
| |
| * Update vim-paste-open to v2.0.0Tom Ryder2019-05-251-0/+0
| |
| * Update vim-cursorline-current to v0.4.0Tom Ryder2019-05-251-0/+0
| |
| * Update vim-insert-cancel to v4.0.0Tom Ryder2019-05-251-0/+0
| |
| * Move 'viminfofile'Tom Ryder2019-05-251-1/+1
| |
| * Merge branch 'release/v4.49.0' into developTom Ryder2019-05-251-2/+2
| |\ | | | | | | | | | | | | * release/v4.49.0: Bump VERSION
* | \ Merge branch 'release/v4.49.0'v4.49.0Tom Ryder2019-05-257-18/+17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.49.0: Bump VERSION Update vim-toggle-flags to v2.0.0 Update vim-strip-trailing-whitespace to v3.0.0 Update vim-big-file-options to v2.0.0 Update vim-regex-escape to v1.0.0 Adjust some conditionals a bit more Tolerate smart quotes in g'day Rearrange spacebar mapping Use plain :set for 'viminfofile'
| * | Bump VERSIONTom Ryder2019-05-251-2/+2
| |/
| * Update vim-toggle-flags to v2.0.0Tom Ryder2019-05-251-0/+0
| |
| * Update vim-strip-trailing-whitespace to v3.0.0Tom Ryder2019-05-251-0/+0
| |
| * Update vim-big-file-options to v2.0.0Tom Ryder2019-05-251-0/+0
| |
| * Update vim-regex-escape to v1.0.0Tom Ryder2019-05-251-0/+0
| |
| * Adjust some conditionals a bit moreTom Ryder2019-05-251-10/+9
| |
| * Tolerate smart quotes in g'dayTom Ryder2019-05-251-1/+1
| | | | | | | | My dad just sent me one.
| * Rearrange spacebar mappingTom Ryder2019-05-251-4/+4
| |
| * Use plain :set for 'viminfofile'Tom Ryder2019-05-251-1/+1
| |
| * Merge branch 'release/v4.48.0' into developTom Ryder2019-05-251-2/+2
| |\ | | | | | | | | | | | | * release/v4.48.0: Bump VERSION
* | \ Merge branch 'release/v4.48.0'v4.48.0Tom Ryder2019-05-252-5/+3
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v4.48.0: Bump VERSION Remove unneeded conditional
| * | Bump VERSIONTom Ryder2019-05-251-2/+2
| |/
| * Remove unneeded conditionalTom Ryder2019-05-251-3/+1
| |
| * Merge branch 'release/v4.47.0' into developTom Ryder2019-05-251-2/+2
| |\ | | | | | | | | | | | | * release/v4.47.0: Bump VERSION
* | \ Merge branch 'release/v4.47.0'v4.47.0Tom Ryder2019-05-254-65/+59
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.47.0: Bump VERSION Use ternary logic for 'softtabstop' setting Add filename pattern without period for viminfo Adjust 'viminfo' setting logic, add new env var Move leader definitions Avoid some overkill Lots of refactoring, mostly of comments Simplify \= and \+ maps to remove autoload Switch to more robust $MYVIM definition Simplify 'encoding' checks Save a different path for 'viminfo' file Adjust order of .vimrc
| * | Bump VERSIONTom Ryder2019-05-251-2/+2
| |/
| * Use ternary logic for 'softtabstop' settingTom Ryder2019-05-251-7/+6
| |
| * Add filename pattern without period for viminfoTom Ryder2019-05-251-0/+1
| |
| * Adjust 'viminfo' setting logic, add new env varTom Ryder2019-05-251-4/+5
| |
| * Move leader definitionsTom Ryder2019-05-251-1/+4
| |
| * Avoid some overkillTom Ryder2019-05-251-3/+1
| |
| * Lots of refactoring, mostly of commentsTom Ryder2019-05-251-36/+31
| |
| * Simplify \= and \+ maps to remove autoloadTom Ryder2019-05-252-8/+2
| | | | | | | | | | | | It always bugged me that I had just the one little function in here, when everything else is either neatly self-contained or dependent on a plugin. These maps should be good enough.
| * Switch to more robust $MYVIM definitionTom Ryder2019-05-251-6/+3
| | | | | | | | | | | | This should handle Neovim, too. It's not perfect, but if you have a comma in your home directory's name, I think you have bigger problems than a broken 'backupdir'...
| * Simplify 'encoding' checksTom Ryder2019-05-251-4/+2
| |
| * Save a different path for 'viminfo' fileTom Ryder2019-05-251-0/+8
| |
| * Adjust order of .vimrcTom Ryder2019-05-241-4/+4
| |
| * Merge branch 'release/v4.46.0' into developTom Ryder2019-05-241-2/+2
| |\ | | | | | | | | | | | | * release/v4.46.0: Bump VERSION
* | \ Merge branch 'release/v4.46.0'v4.46.0Tom Ryder2019-05-244-3/+3
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v4.46.0: Bump VERSION Remove unneeded variable scoping Update vim-put-blank-lines to v3.1.0 Update vim-replace-operator to v1.1.0
| * | Bump VERSIONTom Ryder2019-05-241-2/+2
| |/
| * Remove unneeded variable scopingTom Ryder2019-05-241-1/+1
| |
| * Update vim-put-blank-lines to v3.1.0Tom Ryder2019-05-241-0/+0
| |
| * Update vim-replace-operator to v1.1.0Tom Ryder2019-05-241-0/+0
| |
| * Merge branch 'release/v4.45.0' into developTom Ryder2019-05-241-2/+2
| |\ | | | | | | | | | | | | * release/v4.45.0: Bump VERSION
* | \ Merge branch 'release/v4.45.0'v4.45.0Tom Ryder2019-05-246-92/+42
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.45.0: Bump VERSION Remove overzealous checks Use simple string check for 'runtimepath' Adjust comment layout Only set 'background' if not already set right Switch to a hyphen for trailing whitespace Amend a couple of comments Use correct capitalisation for Neovim Use comma-separated syntax for multiple appends Restore ternary syntax for $VIM setting Remove per-system vimrc fixing Tolerate spaces for final reply move
| * | Bump VERSIONTom Ryder2019-05-241-2/+2
| |/
| * Remove overzealous checksTom Ryder2019-05-241-17/+9
| | | | | | | | | | Let's wait to see if there actually are side effects from doing all this before we worry about it.