aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Use four spaces for indentation in Markdown in VimTom Ryder2019-12-191-0/+2
|
* Overhaul spellfile_local.vim pluginTom Ryder2019-12-192-57/+147
| | | | Ready to be spun out into its own distribution shortly.
* Remove complex 'spellfile' settingTom Ryder2019-12-191-25/+2
| | | | I'll replace and extend this functionality with a new plugin shortly.
* Comment and clean up new Vim configurationTom Ryder2019-12-182-8/+32
|
* Refactor indent macros into autoload functionTom Ryder2019-12-1813-22/+41
| | | | Much nicer.
* Put common indent setting patterns in macrosTom Ryder2019-12-1812-67/+26
|
* Update change date on vimrcTom Ryder2019-12-181-1/+1
|
* Set 'cursorline' for all windows on colors changeTom Ryder2019-12-182-1/+11
|
* Simplify 'cursorline' switchingTom Ryder2019-12-182-9/+1
|
* Add mappings to change 'equalprg' in Perl and PHPTom Ryder2019-12-152-4/+31
|
* Use spaces for mail indentationTom Ryder2019-12-111-0/+8
|
* Add more space-preferred filetypesTom Ryder2019-12-103-0/+24
|
* Use simpler "conf" filetype for .conf not "config"Tom Ryder2019-12-101-1/+1
|
* Switch to default tabs, spaces for some filetypesTom Ryder2019-12-0812-124/+40
| | | | | | | | | | Lately I've been cooperating a lot with other administrators in managing some config files, and because they all use Vim with no configuration or nearly no configuration, they use tabs for indentation everywhere. This is showing up particularly often in configuration files. It now seems like a good idea to use tabs as the default so I don't have to keep cleaning up these files afterwards. For most of the languages in which I write actual programs, however, I'm sticking with spaces for now.
* Define phpcsff(1df) as Vim 'equalprg' for PHPTom Ryder2019-11-291-1/+2
|
* Restore 'foldlevel' to 99 for C filetypeTom Ryder2019-11-281-2/+2
| | | | | | Commit cc2cd38 set the default 'foldlevel' folding threshold to 0 for the "c" filetype, as an experiment. I've decided I don't like this and am turning it back up to 99.
* Completely rewrite an awkward comment blockTom Ryder2019-11-241-12/+14
|
* Refine "sticky star" mappingTom Ryder2019-11-231-2/+6
|
* Don't color colon-delimited labels in Vim commentsTom Ryder2019-11-091-1/+3
|
* Improve extension histogram commandsTom Ryder2019-10-301-1/+1
| | | | | Apply the C locale to the entire subshell, rather than just the find(1) command.
* Update vim-scratch-buffer to v0.1.1Tom Ryder2019-09-251-0/+0
|
* Whoops, missed an apostropheTom Ryder2019-08-141-1/+1
|
* Use nice characters in vimrc stubTom Ryder2019-08-141-7/+7
|
* Support .yml extension for Vim ft=yamlTom Ryder2019-08-011-1/+2
|
* Fix an anachronismTom Ryder2019-07-251-1/+1
|
* Spin scratch_buffer.vim plugin into a distTom Ryder2019-07-243-13/+0
|
* Spin alternate_filetypes.vim plugin into a distTom Ryder2019-07-233-17/+0
|
* Set font for Vim 2html.vimTom Ryder2019-07-221-0/+1
|
* Merge branch 'hotfix/v6.57.1' into developTom Ryder2019-07-151-2/+2
|\ | | | | | | | | * hotfix/v6.57.1: Add missing carriage returns to maps
| * Add missing carriage returns to mapsTom Ryder2019-07-151-2/+2
| |
* | Fix some typographical stuffTom Ryder2019-07-151-17/+17
|/
* Update paste_insert.vim to v1.0.1Tom Ryder2019-07-121-0/+0
| | | | Resolve issue, too.
* Avoid let-& syntaxTom Ryder2019-07-112-7/+12
|
* Explain a parameter to a command functionTom Ryder2019-07-091-1/+2
|
* Update updated dateTom Ryder2019-07-091-1/+1
|
* Correct typoTom Ryder2019-07-071-1/+1
|
* Backport convenient patch-* test to old VimTom Ryder2019-07-072-12/+28
|
* Set 'spellfile' back to default before prefixingTom Ryder2019-07-071-0/+1
|
* Remove multibyte character from autoload fileTom Ryder2019-07-071-1/+1
|
* Rearrange command/function call semanticsTom Ryder2019-07-072-12/+12
|
* Handle path expansion in CreatePathTom Ryder2019-07-062-3/+4
|
* Expand arguments to :CreatePathTom Ryder2019-07-061-1/+1
|
* Force load of Funcref autoload func on older VimTom Ryder2019-07-061-0/+4
|
* Adjust order of directory reference and creationTom Ryder2019-07-061-22/+15
|
* Remove excessive linebreaksTom Ryder2019-07-062-86/+19
|
* More vimrc comment refactoringTom Ryder2019-07-061-58/+19
|
* Revert to simpler spelling approachTom Ryder2019-07-061-5/+7
|
* Add case sensitivity flag to needed opersTom Ryder2019-07-062-4/+3
|
* Refine NZ vs US Vim spelling setupTom Ryder2019-07-061-4/+4
|
* Factor out functions from vimrcTom Ryder2019-07-068-87/+84
|