c209d46146e4

Moar
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 27 Nov 2012 10:05:42 -0500
parents 52dab2e4da1c
children 9f9420313dd7
branches/tags (none)
files .hgsubstate gitconfig vim/custom-dictionary.utf-8.add vim/vimrc

Changes

--- a/.hgsubstate	Wed Nov 21 15:53:19 2012 -0500
+++ b/.hgsubstate	Tue Nov 27 10:05:42 2012 -0500
@@ -20,7 +20,7 @@
 cd6aec27d127053d18bd2a12713137e41d054208 vim/bundle/python-mode
 613eb1c81261adfa5dead315089c432ff6dbbc51 vim/bundle/repeat
 61a7567a3cdd68cb65ceb3061071ce66d8110e65 vim/bundle/salt
-af6e47368c031688cd50c10d4dc376be49ecb29f vim/bundle/slimv
+f40c4c0d58e4e05639cbcef41fecd05aa0f47258 vim/bundle/slimv
 78ab4b3df24fa2753d3dfc1be75ed5a3df1565b8 vim/bundle/smartinput
 c6197a10ace82e0fe0c08e5cf5c017b7069a978e vim/bundle/sparkup
 22feac7bc42467a8b17c8b833bd24f36b02759a4 vim/bundle/splice
--- a/gitconfig	Wed Nov 21 15:53:19 2012 -0500
+++ b/gitconfig	Tue Nov 27 10:05:42 2012 -0500
@@ -12,7 +12,7 @@
     branches = branch -a
     remotes = remote -v
 
-    ; make-the-fucking-branch-point-at-this-fucking-commit = !sh -c "git checkout $1 && git reset --hard $2" -
+    make-the-fucking-branch-point-at-the-fucking-commit = !sh -c "git checkout $1 && git reset --hard $2" -
     root = rev-parse --show-toplevel
 
     graft = cherry-pick -x
--- a/vim/custom-dictionary.utf-8.add	Wed Nov 21 15:53:19 2012 -0500
+++ b/vim/custom-dictionary.utf-8.add	Tue Nov 27 10:05:42 2012 -0500
@@ -120,3 +120,4 @@
 autocommand
 reindent
 Javascript
+voicemail
--- a/vim/vimrc	Wed Nov 21 15:53:19 2012 -0500
+++ b/vim/vimrc	Tue Nov 27 10:05:42 2012 -0500
@@ -623,8 +623,7 @@
 " endfunction
 
 function! s:DebullshitClojureStacktrace() " {{{
-    syntax match GarbageFrame '\v^ +\d+:.+:\d+ clojure\..+$'
-    syntax match GarbageFrame '\v^ +\d+:.+:\d+ swank\..+$'
+    syntax match GarbageFrame '\v +.+\.(java|clj):\d+ (clojure|swank)\..+$'
     hi link GarbageFrame Comment
 endfunction " }}}
 
@@ -633,6 +632,8 @@
 augroup ft_clojure
     au!
 
+    au FileType SLDB DebullshitClojureStacktrace
+
     au BufNewFile,BufRead riemann.config set filetype=clojure
     au FileType clojure silent! call TurnOnClojureFolding()
     au FileType clojure compiler clojure