summaryrefslogtreecommitdiffstats
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* fix up the class snippet a bitJesse Luehrs2009-05-121-1/+1
* get rid of the "skip to the next line" behaviorJesse Luehrs2009-05-121-16/+16
* add snippet for a bare else blockJesse Luehrs2009-05-121-0/+1
* add snippet for a while loopJesse Luehrs2009-05-121-0/+1
* more reformatting of c snippetsJesse Luehrs2009-05-121-5/+5
* add snippets for iterating over vectors and mapsJesse Luehrs2009-05-121-0/+2
* reformat some of the c snippetsJesse Luehrs2009-05-121-3/+10
* update moose snippets with a better "remove unchanged line" functionJesse Luehrs2009-05-111-11/+11
* add snippets for incrementing T::B and Carp levelsJesse Luehrs2009-05-061-0/+6
* fix rainbow_paren to work with perl's custom indentingJesse Luehrs2009-05-061-8/+15
* so that's why things were weird with perl highlightingJesse Luehrs2009-05-061-28/+1
* update conkyrc syntax highlightingJesse Luehrs2009-05-061-3/+3
* update moose_snippetsJesse Luehrs2009-05-051-7/+12
* add perl snippets for if/elsif/elseJesse Luehrs2009-05-051-0/+12
* update the perl snippets to use my helper functionsJesse Luehrs2009-05-051-9/+22
* move skeleton code into a pluginJesse Luehrs2009-05-051-0/+44
* steal sartak's perl snippetsJesse Luehrs2009-05-051-17/+10
* make the perl snippets file load the moose snippetsJesse Luehrs2009-05-051-0/+2
* add moose snippetsJesse Luehrs2009-05-051-0/+86
* matchit shouldn't map % in select modeJesse Luehrs2009-05-041-7/+7
* add snippetsemu vim pluginJesse Luehrs2009-05-0435-0/+2590
* add the improved perl syntax highlightingJesse Luehrs2009-05-041-0/+563
* update supertab pluginJesse Luehrs2009-05-031-22/+63
* 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