aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v8.14.0'v8.14.0Tom Ryder2020-04-056-38/+24
|\ | | | | | | | | | | | | * release/v8.14.0: Update PGP key Vim: Use more correct method of escaping :set RHS Check for existence of 'colorcolumn' option
| * Update PGP keyTom Ryder2020-04-051-14/+0
| |
| * Bump VERSIONTom Ryder2020-04-051-2/+2
| |
| * Vim: Use more correct method of escaping :set RHSTom Ryder2020-04-053-15/+13
| |
| * Check for existence of 'colorcolumn' optionTom Ryder2020-04-051-7/+9
| |
| * Merge branch 'release/v8.13.0' into developTom Ryder2020-02-162-3/+2
| |\ | | | | | | | | | | | | * release/v8.13.0: Update PGP key
* | \ Merge branch 'release/v8.13.0'v8.13.0Tom Ryder2020-02-162-6/+6
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v8.13.0: Update PGP key Update PGP key
| * | Update PGP keyTom Ryder2020-02-161-1/+0
| | |
| * | Bump VERSIONTom Ryder2020-02-161-2/+2
| |/
| * Update PGP keyTom Ryder2020-02-161-4/+5
| |
| * Merge branch 'release/v8.12.0' into developTom Ryder2020-02-131-2/+2
| |\
* | \ Merge branch 'release/v8.12.0'v8.12.0Tom Ryder2020-02-132-4/+4
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v8.12.0: Update pattern to match for HTML timestamps Remove milliseconds from HTML timestamps
| * | Bump VERSIONTom Ryder2020-02-131-2/+2
| |/
| * Update pattern to match for HTML timestampsTom Ryder2020-02-131-1/+1
| |
| * Remove milliseconds from HTML timestampsTom Ryder2020-01-131-1/+1
| |
| * Merge branch 'release/v8.11.0' into developTom Ryder2020-01-132-3/+3
| |\ | | | | | | | | | | | | * release/v8.11.0: Update PGP key
* | \ Merge branch 'release/v8.11.0'v8.11.0Tom Ryder2020-01-134-10/+4
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v8.11.0: Update PGP key Update spellfile_local.vim plugin to v0.2.0 Correct a vimrc comment Remove 'synmaxcol' setting
| * | Update PGP keyTom Ryder2020-01-131-1/+1
| | |
| * | Bump VERSIONTom Ryder2020-01-131-2/+2
| |/
| * Update spellfile_local.vim plugin to v0.2.0Tom Ryder2020-01-061-0/+0
| |
| * Correct a vimrc commentTom Ryder2020-01-061-1/+1
| |
| * Remove 'synmaxcol' settingTom Ryder2020-01-051-6/+0
| | | | | | | | Let's see if this is still actually a problem.
| * Merge branch 'release/v8.10.0' into developTom Ryder2020-01-052-6/+6
| |\ | | | | | | | | | | | | * release/v8.10.0: Update PGP key
* | \ Merge branch 'release/v8.10.0'v8.10.0Tom Ryder2020-01-055-11/+11
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v8.10.0: Update PGP key Rename filetype repeat commands Fix case sensitivity of an operator for vim-vint
| * | Update PGP keyTom Ryder2020-01-051-4/+4
| | |
| * | Bump VERSIONTom Ryder2020-01-051-2/+2
| |/
| * Rename filetype repeat commandsTom Ryder2020-01-032-4/+4
| |
| * Fix case sensitivity of an operator for vim-vintTom Ryder2020-01-031-1/+1
| |
| * Merge branch 'release/v8.9.0' into developTom Ryder2020-01-032-2/+4
| |\ | | | | | | | | | | | | * release/v8.9.0: Update dotfiles(7) manual page
* | \ Merge branch 'release/v8.9.0'v8.9.0Tom Ryder2020-01-0353-241/+481
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v8.9.0: (32 commits) Update dotfiles(7) manual page Fix up some blank lines and comments Remove duplicate function definitions Rename and move HTML URL anchoring Rename HTML tidy function Correct wildcard escaping in option esc function Correct unmaps for changed mail importance maps Wrap a long comment line Remove unneeded exclamations for :command Reimplement mail header importance flagging Add trailing commas Add missing undo for strict quote map defs Move strict quote mappings beneath var guard Move ft=mail start suggestion to autoload Specify encoding of file with ZALGO comment Add abort attribute for markdown#Fold() Move Markdown folding into function Remove unneeded map#() autoload function Put a common string into a variable ...
| * | Update dotfiles(7) manual pageTom Ryder2020-01-031-0/+2
| | |
| * | Bump VERSIONTom Ryder2020-01-031-2/+2
| |/
| * Fix up some blank lines and commentsTom Ryder2020-01-039-4/+30
| |
| * Remove duplicate function definitionsTom Ryder2020-01-031-46/+0
| |
| * Rename and move HTML URL anchoringTom Ryder2020-01-033-17/+16
| |
| * Rename HTML tidy functionTom Ryder2020-01-032-2/+2
| |
| * Correct wildcard escaping in option esc functionTom Ryder2020-01-031-1/+1
| |
| * Correct unmaps for changed mail importance mapsTom Ryder2020-01-031-3/+3
| |
| * Wrap a long comment lineTom Ryder2020-01-021-1/+2
| |
| * Remove unneeded exclamations for :commandTom Ryder2020-01-022-2/+2
| |
| * Reimplement mail header importance flaggingTom Ryder2020-01-015-37/+129
| | | | | | | | | | | | | | Just for fun, write something a little more comprehensive to read in the entire mail header as a data structure, in order to add or set header fields correctly. I don't think this is totally RFC-compliant yet; I'll need to check.
| * Add trailing commasTom Ryder2019-12-301-2/+2
| |
| * Add missing undo for strict quote map defsTom Ryder2019-12-301-0/+2
| |
| * Move strict quote mappings beneath var guardTom Ryder2019-12-301-4/+6
| |
| * Move ft=mail start suggestion to autoloadTom Ryder2019-12-302-40/+41
| |
| * Specify encoding of file with ZALGO commentTom Ryder2019-12-301-0/+2
| |
| * Add abort attribute for markdown#Fold()Tom Ryder2019-12-301-1/+1
| | | | | | | | | | > vim/autoload/markdown.vim:2:1: Use the abort attribute for functions > in autoload (see Google VimScript Style Guide (Functions))
| * Move Markdown folding into functionTom Ryder2019-12-302-23/+24
| |
| * Remove unneeded map#() autoload functionTom Ryder2019-12-302-13/+1
| |
| * Put a common string into a variableTom Ryder2019-12-301-2/+5
| |