summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Expand)AuthorAgeFilesLines
* set the guifont based on which os i'm runningdoy2009-01-031-0/+8
* c_space_errors is just annoying now that EOLWS works properlydoy2009-01-031-3/+0
* add gui highlight colors for the highlights i've overriddendoy2009-01-031-8/+8
* use colorscheme torte for gvimdoy2009-01-031-1/+7
* hide the mouse in the gui when typingdoy2009-01-031-0/+3
* nope, i really do want colorscheme peachpuffdoy2009-01-031-1/+1
* don't allow calling s:diffstart multiple timesdoy2009-01-031-0/+6
* search from the directory that the current file is located in rather than fro...doy2009-01-031-4/+6
* move all of the FileType autocommands into files under ftplugin/doy2009-01-031-77/+0
* comment fixdoy2009-01-031-1/+1
* vim actually has a map() functiondoy2009-01-031-3/+10
* stop being dumb, there's an append() functiondoy2009-01-021-5/+5
* echoerr actually rethrows the exception when called within a try blockdoy2009-01-021-1/+3
* fix up folds a bit moredoy2009-01-021-0/+5
* vim help files should use :help as keywordprg toodoy2009-01-021-1/+1
* add a few more vim optionsdoy2009-01-021-0/+6
* add git to the diff vcs thingdoy2009-01-021-0/+2
* add cvs to the vcs diff stuffdoy2009-01-021-0/+2
* clean up leading and trailing whitespace from read/appenddoy2009-01-021-2/+2
* support svn as well as darcsdoy2009-01-021-3/+14
* only close the alternate diff window if it existsdoy2009-01-021-2/+4
* set s:foldmethod and s:foldenable outside of functions too, so s:diffend does...doy2009-01-021-0/+2
* save and restore foldenable alsodoy2009-01-021-0/+2
* also allow diffing between current state and current recorded state in versio...doy2009-01-021-3/+9
* this is what i really mean heredoy2009-01-021-1/+1
* oops, didn't mean to record thisdoy2009-01-021-2/+0
* add darcs macros for vim (from sartak)doy2009-01-021-0/+17
* enable mouse support in vimrcdoy2009-01-021-0/+5
* add mappings for diff between current buffer and its on-disk statedoy2009-01-021-0/+18
* add test file skeletondoy2009-01-021-1/+1
* add code to skeleton filesdoy2009-01-011-0/+2
* make skeleton files into a template thing so the code is in the skeleton file...doy2009-01-011-7/+30
* make textobj creation into config again, since the functions don't get define...doy2008-12-231-3/+5
* move the textobj definition calls into the vimrc, rather than just having con...doy2008-12-231-3/+3
* open the quickfix window after doing :makedoy2008-12-061-0/+1
* configuration for supertabdoy2008-11-181-15/+1
* didn't i already disable incsearch a while back?doy2008-11-131-0/+2
* add a bunch of configuration for conkydoy2008-11-131-0/+3
* compile latex files in the directory they are in, rather than the directory i...jluehrs22008-05-171-3/+3
* check for evince as well as xpdf for :make in latexjluehrs22008-05-121-0/+2
* use mathbin as the default nopaste service for tex filesjluehrs22008-05-091-0/+6
* don't pop up xpdf on :make unless we're actually in xjluehrs22008-05-081-1/+1
* convert the makeprg for latex files to use pdflatex directly instead of my wr...jluehrs22008-05-081-1/+5
* attributionjluehrs22008-05-081-0/+1
* add the errorformat for latex files given in the errorformat documentationjluehrs22008-05-081-0/+28
* add :make syntax check for lua filesjluehrs22008-05-081-0/+4
* add a commentjluehrs22008-05-061-0/+3
* this regex doesn't need to be this complex, because of isfname and whatnotjluehrs22008-05-061-1/+1
* add lib to the search path for perl filesjluehrs22008-05-061-1/+1
* use :help as the keywordprog for vim filesjluehrs22008-05-061-0/+3