summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* script local callback functions should be specified local to where they are d...jluehrs22008-04-301-5/+4
* use recursion to make this cleaner, and use gE rather than <BS> if the charac...jluehrs22008-04-301-8/+9
* handle the cursor starting out on whitespace or a comma by repositioning it b...jluehrs22008-04-301-0/+11
* make sure getting rid of an argument doesn't leave end of line whitespacejluehrs22008-04-301-0/+6
* also catch ends past the end of line before the other tests so that startline...jluehrs22008-04-301-0/+5
* make this >= to catch things that go past the end of linejluehrs22008-04-301-1/+1
* handle the first argument a bit better when the second argument is on the nex...jluehrs22008-04-301-0/+12
* execute the callback function in the sandbox, so it doesn't do anything weird...jluehrs22008-04-301-1/+1
* use backspace rather than 'h' here to handle ending at the start of a linejluehrs22008-04-301-1/+1
* hmmm, looking more closely at how text objects like ( are handled, this seems...jluehrs22008-04-301-0/+5
* sigh... why can i not remember that not all operators are destructive... this...jluehrs22008-04-301-6/+0
* make function argument text object not fail quite as badly with newlines... s...jluehrs22008-04-301-2/+2