aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Remove inappropriate reverse() callTom Ryder2020-05-171-3/+3
* Remove vestigial reference to $MYVIM without condTom Ryder2020-05-161-2/+2
* Add a few more filetype detection hooksTom Ryder2020-05-161-0/+27
* Correct a commentTom Ryder2020-05-161-1/+1
* Update updated date in vimrcTom Ryder2020-05-161-1/+1
* Correct some poor writingTom Ryder2020-05-161-4/+3
* Bail from Vim if &runtimepath is emptyTom Ryder2020-05-161-2/+3
* Write out over-engineered path creation functionTom Ryder2020-05-162-32/+2
* Switch XDG semantics to functions not global varTom Ryder2020-05-163-81/+79
* Simplify Vim XDG subdir definitionTom Ryder2020-05-161-4/+2
* Use $HOME not tildes for XDG basedir defaultsTom Ryder2020-05-161-3/+3
* Update vim-spellfile-local to v1.0.2Tom Ryder2020-05-151-0/+0
* Un-comment some codeTom Ryder2020-05-151-7/+8
* Don't put spell in cache, update spell pluginTom Ryder2020-05-153-10/+8
* Add Mutt config match patterns for XDGTom Ryder2020-05-141-1/+2
* Use XDG basedirs for Git configTom Ryder2020-05-121-0/+1
* Try a compatibility switch on vi/vimTom Ryder2020-05-121-6/+9
* Merge branch 'feature/vimrc-rewrite' into developTom Ryder2020-05-111-48/+85
|\
| * Rewriting commentary on vimrcTom Ryder2020-05-111-48/+85
* | Use :keepjumps for HTML timestamp updateTom Ryder2020-05-111-1/+1
|/
* Remove unneeded <silent> modifiers from mapsTom Ryder2020-05-111-5/+5
* Break map definitions consistentlyTom Ryder2020-05-111-29/+55
* Break abbreviation definitions for readabilityTom Ryder2020-05-111-8/+15
* Add load guard around resolv.vim patchTom Ryder2020-05-101-2/+5
* Add a patch on the syntax for resolv.vimTom Ryder2020-05-101-0/+3
* Add CAA to the highlighted records in bindzone.vimTom Ryder2020-05-101-2/+2
* Add load guard to fortune.vim pluginTom Ryder2020-05-091-0/+4
* Format a list of fontsTom Ryder2020-05-091-1/+5
* Some spelling fixesTom Ryder2020-05-0913-25/+25
* Update squeeze_repeat_blanks.vim to v0.6.1Tom Ryder2020-05-091-0/+0
* Update spellfile_local.vim to v0.2.2Tom Ryder2020-05-091-0/+0
* Merge branch 'hotfix/v8.31.2' into developTom Ryder2020-05-093-7/+11
|\
| * Make copies for map(), filter(), and reverse()Tom Ryder2020-05-093-7/+11
* | Test $MYVIM is defined and non-empty for definingTom Ryder2020-05-091-2/+10
* | Use more idiomatic approach to get() defaultingTom Ryder2020-05-091-2/+2
* | Use nested single quotes rather than doubleTom Ryder2020-05-081-4/+4
|/
* Update undofileskip.vim to v0.2.1Tom Ryder2020-05-061-0/+0
* Rename undoskip.vim plugin to undofileskip.vimTom Ryder2020-05-062-0/+0
* Update spellfile_local.vim HEADTom Ryder2020-05-051-0/+0
* Spin undoskip.vim out into its own repositoryTom Ryder2020-05-053-55/+0
* Move undoskip.vim function into autoloadTom Ryder2020-05-052-22/+21
* Pass paths correctly in undoskip.vimTom Ryder2020-05-051-8/+3
* Switch undoskip.vim to use globsTom Ryder2020-05-051-9/+12
* Attempt to imitate 'backupskip' pats in undoskipTom Ryder2020-05-051-7/+14
* Revert "Add /tmp to 'backupskip'"Tom Ryder2020-05-051-5/+4
* Add /tmp to 'backupskip'Tom Ryder2020-05-051-4/+5
* Add /usr/tmp to the list of undoskip pathsTom Ryder2020-05-051-0/+1
* Break undoskip patterns into linewise listTom Ryder2020-05-051-1/+5
* Correct and refine explanation of 'thesaurus'Tom Ryder2020-05-041-9/+6
* Merge branch 'feature/vimrc-edit' into developTom Ryder2020-05-041-52/+57
|\