summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-08-11 18:39:10 -0400
committerJune McEnroe <june@causal.agency>2012-08-11 18:39:10 -0400
commit7f0cebdfbf834823c0b52428bf78971ad8d192c4 (patch)
tree68adfb58e471800c720984262d71ae0e59474fa7
parentCondense indentation exceptions (diff)
downloadsrc-7f0cebdfbf834823c0b52428bf78971ad8d192c4.tar.gz
src-7f0cebdfbf834823c0b52428bf78971ad8d192c4.zip
Add VimClojure
-rw-r--r--.gitmodules3
m---------bundle/VimClojure0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 18fc1255..f7d5b240 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,3 +58,6 @@
 [submodule "bundle/webapi-vim"]
 	path = bundle/webapi-vim
 	url = https://github.com/mattn/webapi-vim.git
+[submodule "bundle/VimClojure"]
+	path = bundle/VimClojure
+	url = https://github.com/vim-scripts/VimClojure.git
diff --git a/bundle/VimClojure b/bundle/VimClojure
new file mode 160000
+Subproject da2683b9069e01c133f0c0129386fd6dc053019
pan>Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 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 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