summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Expand)AuthorAgeFilesLines
* 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
* always use one space between sentencesjluehrs22008-05-061-0/+3
* get the lua path dynamicallyjluehrs22008-05-061-1/+1
* get the perl search path dynamicallyjluehrs22008-05-061-1/+1
* this pattern needs more escapingjluehrs22008-05-061-1/+1
* add 'use' as the include command for perljluehrs22008-05-061-0/+5
* use 'require' lines in lua files for searching included filesjluehrs22008-05-061-0/+5
* reorganize the autocommands section a bitjluehrs22008-05-061-5/+12
* don't need to parse out the url when using App:Nopastejluehrs22008-05-061-1/+0
* add a mapping to nopaste the current buffer/selectionjluehrs22008-05-061-0/+22
* add an autocommand to update ctags in the current directory whenever they exi...jluehrs22008-05-061-0/+3
* add a binding to update the ctags file in the current directory with the cont...jluehrs22008-05-051-0/+3
* formattingjluehrs22008-05-051-19/+19
* completion type discovery won't work, since the options are set too late (by ...jluehrs22008-05-051-2/+0
* move my custom foldtext stuff into a separate pluginjluehrs22008-05-051-306/+6
* fix up commentsjluehrs22008-05-051-1/+2
* fix up my cindent settingsjluehrs22008-05-051-1/+3
* make these bindings actually workjluehrs22008-05-051-13/+13
* add mappings to easily change the supertab completion typejluehrs22008-05-051-0/+15
* reorganize the mapping sectionjluehrs22008-05-051-22/+29
* use the supertab plugin rather than the little function i had beforejluehrs22008-05-051-12/+5
* allow completion from the system word listjluehrs22008-05-051-0/+6
* minor formatting/commentsjluehrs22008-05-051-2/+2
* add skeleton for Makefile.PLjluehrs22008-05-051-0/+1
* add \n to toggle line numbersjluehrs22008-05-051-0/+1
* readjusting on ; is annoyingjluehrs22008-05-051-3/+0
* move this down where it belongsjluehrs22008-05-051-3/+3
* make the help traversal mappings local to the help bufferjluehrs22008-05-051-2/+2
* don't display a preview window when completing, but always display what is be...jluehrs22008-05-041-0/+3
* omnicomplete is ^X^O, not ^X^Njluehrs22008-05-041-1/+1
* better eolws handlingjluehrs22008-05-031-1/+2
* keep the comma in the same place in the rulerjluehrs22008-05-031-1/+1
* some more shortmess optionsjluehrs22008-05-031-2/+4
* add autoreadjluehrs22008-05-031-0/+3
* show the current filename in the ruler as welljluehrs22008-05-031-1/+1
* allow the line/column indicator to expand for large filesjluehrs22008-05-031-1/+1
* we don't really need to constantly see the filetypejluehrs22008-05-031-1/+1
* use a more informative ruler linejluehrs22008-05-031-1/+5
* split the textobj stuff out into its own filejluehrs22008-04-301-227/+4