# HG changeset patch # User Steve Losh # Date 1376665387 14400 # Node ID 6111b0303a5b885e34372ee41f823d46d1ba753c # Parent 0083e79166242153b56a5dffc386370f55cd2235 More shit diff -r 0083e7916624 -r 6111b0303a5b .hgsub --- a/.hgsub Wed Aug 14 12:43:34 2013 -0400 +++ b/.hgsub Fri Aug 16 11:03:07 2013 -0400 @@ -2,6 +2,7 @@ mercurial/histedit = [hg]https://bitbucket.org/durin42/histedit mercurial/templates = [hg]https://bitbucket.org/sjl/mercurial-cli-templates vim/bundle/AnsiEsc.vim = [git]git://github.com/sjl/AnsiEsc.vim.git +vim/bundle/abolish = [git]git://github.com/tpope/vim-abolish.git vim/bundle/ack = [git]git://github.com/mileszs/ack.vim.git vim/bundle/badwolf = [hg]https://bitbucket.org/sjl/badwolf/ vim/bundle/clam = [hg]https://bitbucket.org/sjl/clam.vim/ diff -r 0083e7916624 -r 6111b0303a5b .hgsubstate --- a/.hgsubstate Wed Aug 14 12:43:34 2013 -0400 +++ b/.hgsubstate Fri Aug 16 11:03:07 2013 -0400 @@ -2,6 +2,7 @@ b0da16490f168f68072973b45dbc27a74fb7b529 mercurial/histedit 4d95cb18a3b420154ef978c53de1d2e692f8343d mercurial/templates 64981213be2efd939e6e6e109e2b32c24e95fd95 vim/bundle/AnsiEsc.vim +d64ce06650cf9b098b5a01c0db53864965d9310b vim/bundle/abolish f183a345a0c10caed7684d07dabae33e007c7590 vim/bundle/ack db3707cbd8706f4bb054959ecc5cee82ac45687b vim/bundle/badwolf 8533fffd9fbb690dfc8e334f91a10c72e35a6dce vim/bundle/clam diff -r 0083e7916624 -r 6111b0303a5b dotjs/github.com.js --- a/dotjs/github.com.js Wed Aug 14 12:43:34 2013 -0400 +++ b/dotjs/github.com.js Fri Aug 16 11:03:07 2013 -0400 @@ -1,9 +0,0 @@ -$(function() { - $('#top_search_form').attr('action', 'https://google.com/search').submit(function(e) { - var q = $('#js-command-bar-field').val(); - $('#js-command-bar-field').val(q + " site:github.com"); - e.stopPropagation(); - return false; - }); - -}); diff -r 0083e7916624 -r 6111b0303a5b weechat/python/autoload/growl.py --- a/weechat/python/autoload/growl.py Wed Aug 14 12:43:34 2013 -0400 +++ b/weechat/python/autoload/growl.py Fri Aug 16 11:03:07 2013 -0400 @@ -415,7 +415,7 @@ '-I', STATE['icon'], '-m', description, '-d', notification, - '-p', priority or '0', + '-p', str(priority) or '0', '-t', title]) except Exception as error: weechat.prnt('', 'growl: {0}'.format(error)) diff -r 0083e7916624 -r 6111b0303a5b weechat/weechat.conf --- a/weechat/weechat.conf Wed Aug 14 12:43:34 2013 -0400 +++ b/weechat/weechat.conf Fri Aug 16 11:03:07 2013 -0400 @@ -35,7 +35,7 @@ day_change_time_format = "%a, %d %b %Y" eat_newline_glitch = off highlight = "sjl" -highlight_regex = "(sjl|^all[,:]|backend(ia?)|slosh|slj|clojerks|red[- ]tape)" +highlight_regex = "(sjl|^all[,:]|backend(ia)?[^/]|slosh|slj|clojerks|red[- ]tape|c2c|arroway)" highlight_tags = "" hotlist_add_buffer_if_away = on hotlist_buffer_separator = ", "