Created
November 29, 2011 03:13
-
-
Save mortonfox/1403205 to your computer and use it in GitHub Desktop.
TwitVim filters as of 11/28/2011
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let twitvim_filter_enable = 1 | |
let regexes = [ | |
\ '/thatcan\.be/', | |
\ '/youtu\.be/', | |
\ '/spn\.tw/', | |
\ '/twittascope\.com/', | |
\ '@GetGlue', | |
\ '/miso\.io/', | |
\ '/raptr\.com/', | |
\ '#wheresgeorge.*got a hit', | |
\ '/4sq\.com/', | |
\ '/shz\.am/', | |
\ '/gowal\.la/', | |
\ '/slacker\.com/', | |
\ '/4ms\.me/', | |
\ '/blip\.fm/', | |
\ '/klout\.com/', | |
\ ] | |
let twitvim_filter_regex = join(regexes, '\|') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment