summaryrefslogtreecommitdiff
path: root/runtime/autoload/dist
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2019-03-241-1/+1
|
* patch 8.1.1017: off-by-one error in filetype detectionv8.1.1017Bram Moolenaar2019-03-171-6/+6
| | | | | Problem: Off-by-one error in filetype detection. Solution: Also check the last line of the file.
* patch 8.1.0771: some shell filetype patterns end in a starv8.1.0771Bram Moolenaar2019-01-181-1/+13
| | | | | Problem: Some shell filetype patterns end in a star. Solution: Make sure that patterns not ending in a star are preferred.
* Update runtime filesBram Moolenaar2018-11-041-1/+1
|
* Update runtime files.Bram Moolenaar2018-09-021-1/+1
|
* Update runtime filesBram Moolenaar2017-12-171-2/+6
|
* patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar2017-11-111-0/+741
Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315)