aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Add 'spelloptions' `camel` flag in VimTom Ryder2020-06-111-1/+12
* Add a reader quote to vimrcTom Ryder2020-06-081-1/+6
* Adjust layout of quoteTom Ryder2020-06-081-2/+2
* Update cursorline_current.vim to v3.0.2Tom Ryder2020-06-051-0/+0
* Update paste_insert.vim to v1.0.2Tom Ryder2020-06-051-0/+0
* Add workaround for bad map settings in mail.vimTom Ryder2020-06-042-0/+25
* Merge branch 'hotfix/v9.16.2' into developTom Ryder2020-06-041-2/+2
|\
| * Add missing buffer-local flag to mail mapsTom Ryder2020-06-042-2/+2
* | Prevent Vim spell checking of code blocks in mailTom Ryder2020-06-041-0/+3
* | Update detect_indent.vim plugin to v0.1.2Tom Ryder2020-06-021-0/+0
* | Remove two outdated commentsTom Ryder2020-06-021-6/+2
* | Reference don't copy vimrc source/save checksTom Ryder2020-06-021-3/+3
* | Correct the vimrc SourceCmd hook pathTom Ryder2020-06-021-1/+1
* | Remove fortune.vim pluginTom Ryder2020-06-013-73/+1
|/
* Move plugin settings into vim/after and test varTom Ryder2020-05-313-5/+16
* 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
* 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
* 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
* Working on a plugin for detecting tab indentTom Ryder2020-05-291-0/+53
* Cache XDG values in vimrcTom Ryder2020-05-241-35/+40
* 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
* 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
|\