aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
Commit message (Expand)AuthorAgeFilesLines
* Remove fortune.vim pluginTom Ryder2020-06-011-59/+0
* Spin put_date.vim out into its own pluginTom Ryder2020-05-311-24/+0
* Spin detect_indent.vim out into its own pluginTom Ryder2020-05-301-108/+0
* Use :function! and `abort` in autoloadTom Ryder2020-05-301-2/+2
* Make properties of detect_indent.vim configgableTom Ryder2020-05-301-5/+7
* Arrange and comment code for new pluginTom Ryder2020-05-301-9/+58
* Correct b:undo_indent setting in detect_indent.vimTom Ryder2020-05-301-1/+1
* Split detect_indent.vim into autoload/pluginTom Ryder2020-05-301-0/+57
* Write out over-engineered path creation functionTom Ryder2020-05-161-14/+0
* Switch XDG semantics to functions not global varTom Ryder2020-05-161-13/+19
* Simplify Vim XDG subdir definitionTom Ryder2020-05-161-4/+2
* Use $HOME not tildes for XDG basedir defaultsTom Ryder2020-05-161-3/+3
* Use :keepjumps for HTML timestamp updateTom Ryder2020-05-111-1/+1
* Some spelling fixesTom Ryder2020-05-095-7/+7
* Make copies for map(), filter(), and reverse()Tom Ryder2020-05-092-2/+2
* Merge branch 'hotfix/v8.25.2' into developTom Ryder2020-05-032-10/+5
|\
| * Write v:null back out of XDG routinesTom Ryder2020-05-032-10/+5
* | Remove trailing slashes from default XDG basedirTom Ryder2020-05-031-1/+1
|/
* Use v:null in XDG-related contextsTom Ryder2020-05-031-1/+1
* Improve "absolute path" check for XDG base dirsTom Ryder2020-05-031-1/+3
* Tidy and correct XDG var getenv() fallbackTom Ryder2020-05-032-11/+28
* Backport environment checking to Vim 8.1Tom Ryder2020-04-261-3/+7
* Refactor adjusted XDG handlingTom Ryder2020-04-251-19/+13
* Improve compliance/sanity of XDG implementationTom Ryder2020-04-251-18/+27
* Handle invalid XDG cache homeTom Ryder2020-04-251-1/+1
* Correct absolute testTom Ryder2020-04-251-1/+1
* Handle ignoring relative paths in XDG env dirsTom Ryder2020-04-251-2/+9
* Factor out XDG env defaults for readabilityTom Ryder2020-04-251-15/+26
* Implement specified fallbacks for $XDG_*_DIRSTom Ryder2020-04-251-2/+2
* Include XDG_{CONFIG,DATA}_DIRS handling in VimTom Ryder2020-04-251-0/+35
* Call path create rather than commandTom Ryder2020-04-061-2/+2
* Vim: Use more correct method of escaping :set RHSTom Ryder2020-04-052-8/+6
* Update pattern to match for HTML timestampsTom Ryder2020-02-131-1/+1
* Remove milliseconds from HTML timestampsTom Ryder2020-01-131-1/+1
* Rename filetype repeat commandsTom Ryder2020-01-031-2/+2
* Fix case sensitivity of an operator for vim-vintTom Ryder2020-01-031-1/+1
* 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-032-16/+15
* Rename HTML tidy functionTom Ryder2020-01-031-1/+1
* Correct wildcard escaping in option esc functionTom Ryder2020-01-031-1/+1
* Reimplement mail header importance flaggingTom Ryder2020-01-014-32/+117
* Add trailing commasTom Ryder2019-12-301-2/+2
* Move ft=mail start suggestion to autoloadTom Ryder2019-12-301-0/+40
* Specify encoding of file with ZALGO commentTom Ryder2019-12-301-0/+2
* Add abort attribute for markdown#Fold()Tom Ryder2019-12-301-1/+1
* Move Markdown folding into functionTom Ryder2019-12-301-0/+23
* Remove unneeded map#() autoload functionTom Ryder2019-12-302-13/+1
* Put a common string into a variableTom Ryder2019-12-301-2/+5
* Add some commentsTom Ryder2019-12-301-0/+26