summaryrefslogtreecommitdiffstats
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* add tmux.conf vim syntaxJesse Luehrs2009-08-012-0/+87
* add moose snippetsJesse Luehrs2009-06-041-0/+65
* aha, $3 is just for copying, ${3} sets up a tabstopJesse Luehrs2009-06-031-11/+10
* rewrite the perl snippets with what i had in snippetsemuJesse Luehrs2009-06-031-77/+38
* add c++ snippet for looping over a vectorJesse Luehrs2009-06-031-0/+7
* clean up cpp snippetsJesse Luehrs2009-06-031-6/+6
* clean up some more of the c snippetsJesse Luehrs2009-06-031-5/+5
* better include guard snippetJesse Luehrs2009-06-031-5/+2
* don't change my foldmethodJesse Luehrs2009-06-031-1/+1
* add the snipmate pluginJesse Luehrs2009-06-0322-27/+2612
* remove snippetsemuJesse Luehrs2009-06-0235-2478/+0
* for snippet should default to starting at 0Jesse Luehrs2009-05-211-1/+1
* c snippets formattingJesse Luehrs2009-05-181-1/+1
* 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