aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Spin put_date.vim out into its own pluginTom Ryder2020-05-313-30/+0
|
* Update squeeze_repeat_blanks.vim to v0.7.0Tom Ryder2020-05-301-0/+0
|
* Spin detect_indent.vim out into its own pluginTom Ryder2020-05-303-131/+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-302-10/+69
| | | | Nearly done
* Correct b:undo_indent setting in detect_indent.vimTom Ryder2020-05-301-1/+1
|
* Split detect_indent.vim into autoload/pluginTom Ryder2020-05-302-59/+70
| | | | Add load guard etc
* Prototype ready for indent switcherTom Ryder2020-05-301-7/+23
|
* Commit a much simpler approach to indent guessingTom Ryder2020-05-291-19/+5
|
* Commit first pass at indent heuristicTom Ryder2020-05-291-26/+30
| | | | I don't like this approach very much, and am about to discard it.
* Working on a plugin for detecting tab indentTom Ryder2020-05-291-0/+53
|
* Cache XDG values in vimrcTom Ryder2020-05-241-35/+40
| | | | | I'm still not entirely happy with this, but not quite sure how else to handle it yet.
* Rewrite and rewrap a comment block in vimrcTom Ryder2020-05-211-5/+5
|
* Correct two command references in vimrc commentTom Ryder2020-05-211-2/+2
|
* Add subtype flag for printcap Vim filetypeTom Ryder2020-05-211-1/+2
|
* Add printcap filetype detection in VimTom Ryder2020-05-211-0/+4
|
* 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
| | | | Really shouldn't happen, but probably worth catching.
* 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
| | | | YAGNI
* Use $HOME not tildes for XDG basedir defaultsTom Ryder2020-05-161-3/+3
| | | | | This is both closer to the spec, and also takes some of the pain out of expanding paths for use in options.
* 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
| | | | | | Spell files should go in the XDG data dirs, ideally; update to a version of spellfile_local.vim that allows that, with the necessary configuration in ~/.vim/after/plugin.
* 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
|\ | | | | | | | | * feature/vimrc-rewrite: Rewriting commentary on vimrc
| * 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
|\ | | | | | | | | * hotfix/v8.31.2: Make copies for map(), filter(), and reverse()
| * Make copies for map(), filter(), and reverse()Tom Ryder2020-05-093-7/+11
| | | | | | | | | | I really should have remembered this. Caused broken 'thesaurus' entries, in this case.