summaryrefslogtreecommitdiffstats
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* dark foreground colors are pretty unreadable in the guidoy2009-03-041-6/+6
* add vim surround plugindoy2009-02-242-0/+846
* update taeb log syntax filesdoy2009-02-131-1/+1
* stop using the stupid 'exe "normal iblah"' thing in the pm skeletondoy2009-01-141-1/+1
* remove the surround plugin, it interferes with too many of my existing mappin...doy2009-01-052-846/+0
* don't output things when reading in help filesdoy2009-01-051-1/+1
* need to add lib to the path after the packaged perl ftplugin, since it hard-s...doy2009-01-041-0/+2
* vim and help filetypes need to not use the K mapping, since they should be us...doy2009-01-042-0/+4
* commentdoy2009-01-041-0/+2
* remap gf to something that works on perl 'use' statementsdoy2009-01-041-4/+1
* the perl ftplugin packaged with vim already does thisdoy2009-01-041-3/+0
* make perl files use the help buffer thing with perldocdoy2009-01-041-12/+14
* don't need these anymoredoy2009-01-041-2/+0
* add surround plugin (for adding quotes/parens/tags/etc)doy2009-01-042-0/+846
* add NERD_tree plugin (file browser)doy2009-01-042-0/+5062
* ftplugins are per-buffer, so they might be sourced multiple times... make tha...doy2009-01-042-4/+7
* update matchit plugindoy2009-01-041-2/+3
* apparently the lua indent file that ships with vim has been updated, let's tr...doy2009-01-041-59/+0
* check for both perl functions and perl modules when using perldoc for K in pe...doy2009-01-041-1/+13
* naming consistencydoy2009-01-041-0/+0
* rewrite the tex ftplugin, make it much nicerdoy2009-01-041-6/+34
* clean up namespace pollutiondoy2009-01-031-0/+1
* make rainbow_paren add gui highlighting toodoy2009-01-031-6/+7
* move all of the FileType autocommands into files under ftplugin/doy2009-01-035-0/+66
* detect .t files as perl filesdoy2009-01-021-0/+1
* add test file skeletondoy2009-01-021-0/+7
* add code to skeleton filesdoy2009-01-017-1/+14
* make textobj creation into config again, since the functions don't get define...doy2008-12-231-0/+5
* need to make the inner textobj generator function take varargs toodoy2008-12-231-5/+5
* convert regex textobj to allow arbitrary paired charactersdoy2008-12-231-7/+7
* move the textobj definition calls into the vimrc, rather than just having con...doy2008-12-231-11/+0
* make the other textobj callbacks publicdoy2008-12-231-2/+2
* allow the Textobj function to take extra arguments to pass on to the callbackdoy2008-12-231-2/+2
* add syntax highlight files for taeb logsdoy2008-12-082-0/+38
* update supertab plugindoy2008-11-171-51/+119
* add a bunch of configuration for conkydoy2008-11-132-0/+94
* update taglist pluginjluehrs22008-10-291-21/+70
* update enhanced commentifyjluehrs22008-10-292-60/+106
* don't try to color ocaml comments with rainbow parenthesesjluehrs22008-05-241-1/+6
* subtract 1 from the length rather than backspacing afterwards in visual modejluehrs22008-05-071-2/+3
* allow the cursor to end up at the beginning of the start linejluehrs22008-05-071-0/+5
* don't readjust the cursor if the command is 'c', just use 'd' as the command ...jluehrs22008-05-071-2/+6
* simplify the length calculation by quite a bitjluehrs22008-05-071-8/+4
* make sure spaces can traverse newlinesjluehrs22008-05-071-0/+3
* handle terminal widths other than 80jluehrs22008-05-071-2/+2
* strip out the explicit foldlevel markers as welljluehrs22008-05-071-1/+1
* todo for textobj.vimjluehrs22008-05-051-0/+1
* move my custom foldtext stuff into a separate pluginjluehrs22008-05-051-0/+308
* use the supertab plugin rather than the little function i had beforejluehrs22008-05-051-0/+463
* add my local spell files to the reposjluehrs22008-05-052-0/+10