summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Expand)AuthorAgeFilesLines
* 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
* oopsjluehrs22008-04-301-1/+1
* minor cleanupsjluehrs22008-04-301-4/+2
* handle blank lines after commas a bit betterjluehrs22008-04-301-3/+4
* the fold text object shouldn't do anything if we aren't in a foldjluehrs22008-04-301-0/+3
* move the save/restore of cursor position to the base text object functionjluehrs22008-04-301-2/+3
* save and restore the cursor position in the fold text object, so it has no si...jluehrs22008-04-301-0/+2
* add silent to a few mappingsjluehrs22008-04-301-2/+2
* make inner == 0 work properly everywherejluehrs22008-04-291-0/+9
* make inner == 0 work again for single line functionsjluehrs22008-04-291-4/+6
* make the argument text object work across multiple lines. inner == 0 is proba...jluehrs22008-04-291-5/+43
* this isn't necessaryjluehrs22008-04-291-1/+0