summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add heroku aliasesJune McEnroe2013-11-26
* Only set title in xtermJune McEnroe2013-11-18
* Remove useless syntastic optionJune McEnroe2013-11-11
* Revert "Reorganize vimrc (again)"June McEnroe2013-11-10
* Remove unused Q vim bindingJune McEnroe2013-11-10
* Reorganize vimrc (again)June McEnroe2013-11-10
* Switch to effuse.yml for Effuse 2.1June McEnroe2013-11-10
* Replace vim-autoclose with auto-pairsJune McEnroe2013-11-10
* Add vim-autocloseJune McEnroe2013-11-10
* Set scrolloff=1June McEnroe2013-11-10
* Add vim-endwiseJune McEnroe2013-11-10
* Add vim-surroundJune McEnroe2013-11-10
* Add list of configurationsJune McEnroe2013-11-10
* Effuse ignore vim-plug.shJune McEnroe2013-11-10
* Remove useless dotvim ignoresJune McEnroe2013-11-10
* Merge in programble/dotvimJune McEnroe2013-11-10
|\
| * Remove instructions from READMEJune McEnroe2013-11-09
| * Fix NumberToggleJune McEnroe2013-11-09
| * Add Plugins commentJune McEnroe2013-11-09
| * Switch to vim-plugJune McEnroe2013-11-09
| * Add vim-easy-alignJune McEnroe2013-11-09
| * Remove unused plugin configurationsJune McEnroe2013-11-09
| * Update jellybeansJune McEnroe2013-11-03
| * Add bindings for CtrlPBufTag and CtrlPLineJune McEnroe2013-11-03
| * Update pluginsJune McEnroe2013-11-03
| * Remove unused pluginsJune McEnroe2013-11-03
| * Update jellybeansJune McEnroe2013-11-03
| * Switch to (customized) jellybeans colorschemeJune McEnroe2013-11-03
| * Disable Airline whitespace extensionJune McEnroe2013-11-03
| * Replace vim-gitgutter with vim-signifyJune McEnroe2013-11-02
| * Add tagbarJune McEnroe2013-11-02
| * Add AirlineJune McEnroe2013-11-02
| * Remove powerlineJune McEnroe2013-11-02
| * Disable some options in terminalsJune McEnroe2013-09-06
| * Only set colorscheme for gvimJune McEnroe2013-09-05
| * Add vim-ragtagJune McEnroe2013-08-17
| * Update base16-vimJune McEnroe2013-06-08
| * Switch to my own fork of base16-vimJune McEnroe2013-06-07
| * Indent compojure correctlyJune McEnroe2013-05-24
| * Remove vim-clojure-staticJune McEnroe2013-05-23
| * Replace VimClojure with vim-clojure-staticJune McEnroe2013-05-23
| * Do not run gitgutter eagerlyJune McEnroe2013-05-18
| * Remove tabularJune McEnroe2013-05-15
| * Use long names for all settingsJune McEnroe2013-05-15
| * Add vim-gitgutterJune McEnroe2013-05-15
| * Remove unused pluginsJune McEnroe2013-04-23
| * Switch to base16-default colorschemeJune McEnroe2013-04-23
| * Replace nerdcommenter with vim-commentaryJune McEnroe2013-03-26
| * Add paredit.vimJune McEnroe2013-03-24
| * Update base16-vimJune McEnroe2013-03-14
ent matchingJune McEnroe 2021-09-15Remove typer, add downgrade to READMEJune McEnroe 2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe