summaryrefslogtreecommitdiffstats
path: root/vim/plugin
Commit message (Collapse)AuthorAgeFilesLines
* update snipmateJesse Luehrs2010-03-161-12/+38
|
* remove the skeletons plugin, snipmate is a better choiceJesse Luehrs2010-03-161-44/+0
|
* remove unused vim pluginsJesse Luehrs2010-01-164-10258/+0
|
* add fugitive plugin for vimJesse Luehrs2009-10-281-0/+1351
|
* don't change my foldmethodJesse Luehrs2009-06-031-1/+1
|
* add the snipmate pluginJesse Luehrs2009-06-031-0/+221
|
* remove snippetsemuJesse Luehrs2009-06-021-973/+0
|
* fix rainbow_paren to work with perl's custom indentingJesse Luehrs2009-05-061-8/+15
|
* move skeleton code into a pluginJesse Luehrs2009-05-051-0/+44
|
* matchit shouldn't map % in select modeJesse Luehrs2009-05-041-7/+7
|
* add snippetsemu vim pluginJesse Luehrs2009-05-041-0/+973
|
* 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-241-0/+628
|
* remove the surround plugin, it interferes with too many of my existing ↵doy2009-01-051-628/+0
| | | | mappings/finger memory
* add surround plugin (for adding quotes/parens/tags/etc)doy2009-01-041-0/+628
|
* add NERD_tree plugin (file browser)doy2009-01-041-0/+3733
|
* update matchit plugindoy2009-01-041-2/+3
|
* clean up namespace pollutiondoy2009-01-031-0/+1
|
* make rainbow_paren add gui highlighting toodoy2009-01-031-6/+7
|
* make textobj creation into config again, since the functions don't get ↵doy2008-12-231-0/+5
| | | | defined until after the vimrc file is read (i think?)
* 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 ↵doy2008-12-231-11/+0
| | | | config options
* 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
|
* update supertab plugindoy2008-11-171-51/+119
|
* update taglist pluginjluehrs22008-10-291-21/+70
|
* update enhanced commentifyjluehrs22008-10-291-49/+77
|
* 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
| | | | to start with, and start insert mode after that
* 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
|
* split the textobj stuff out into its own filejluehrs22008-04-301-0/+234
|
* update comments in rainbow_paren.vim to show a working autocmd linejluehrs22007-09-171-2/+1
|
* update matchit vim pluginjluehrs22007-09-091-37/+38
|
* add enhancedcommentify vim scriptjluehrs22007-09-091-0/+1579
|
* add my .vim directoryjluehrs22007-09-093-0/+5395