summary refs log tree commit diff
path: root/.gitmodules (follow)
Commit message (Expand)AuthorAge
* Add tagbarJune McEnroe2013-11-02
* Add AirlineJune McEnroe2013-11-02
* Remove powerlineJune McEnroe2013-11-02
* Add vim-ragtagJune McEnroe2013-08-17
* Switch to my own fork of base16-vimJune McEnroe2013-06-07
* Remove vim-clojure-staticJune McEnroe2013-05-23
* Replace VimClojure with vim-clojure-staticJune McEnroe2013-05-23
* Remove tabularJune McEnroe2013-05-15
* Add vim-gitgutterJune McEnroe2013-05-15
* Remove unused pluginsJune McEnroe2013-04-23
* Replace nerdcommenter with vim-commentaryJune McEnroe2013-03-26
* Add paredit.vimJune McEnroe2013-03-24
* Switch to powerlineJune McEnroe2013-03-12
* Remove vim-powerlineJune McEnroe2013-03-12
* Add base16-vimJune McEnroe2012-08-31
* Add refheap.vimJune McEnroe2012-08-12
* Add VimClojureJune McEnroe2012-08-11
* Remove vim-spaceJune McEnroe2012-07-17
* Remove vim-smartinputJune McEnroe2012-06-22
* Remove buffergatorJune McEnroe2012-05-06
* Add webapi-vimJune McEnroe2012-05-05
* Add vim-smartinputJune McEnroe2012-03-30
* Add badwolf colorschemeJune McEnroe2012-02-13
* Add Solarized colorschemeJune McEnroe2012-02-07
* Add itchy.vimJune McEnroe2012-02-02
* Revert "Add ShowMarks plugin"June McEnroe2012-02-01
* Add ShowMarks pluginJune McEnroe2012-02-01
* Add vim-markdownJune McEnroe2012-02-01
* Add tabular.vimJune McEnroe2012-02-01
* Revert "Add AutoClose"June McEnroe2012-01-22
* Add vim-spaceJune McEnroe2012-01-22
* Add AutoCloseJune McEnroe2012-01-22
* Add GundoJune McEnroe2012-01-22
* Add Jellybeans colorschemeJune McEnroe2012-01-22
* Add syntasticJune McEnroe2012-01-22
* Add PowerlineJune McEnroe2012-01-21
* Add quicktaskJune McEnroe2012-01-21
* Added ooc.vimJune McEnroe2012-01-14
* Added gist-vimJune McEnroe2012-01-14
* Initial commitJune McEnroe2012-01-14
e='2021-09-15 19:02:12 -0400'>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