Remove comments and adjust rule - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset b9ba4bbe4064488b95530b8d796559273db99808
 (DIR) parent b3318d37f89f65fe0f97fee1467986b4952705ed
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue, 30 Oct 2018 17:22:10 
       
       Remove comments and adjust rule
       
       (Now the kludge work)
       
       Diffstat:
        config/vimb/config |  4 +---
        1 files changed, 1 insertions(+), 3 deletions(-)
       ---
       diff -r b3318d37f89f -r b9ba4bbe4064 config/vimb/config
       --- a/config/vimb/config        Tue Oct 30 17:19:04 2018 +0100
       +++ b/config/vimb/config        Tue Oct 30 17:22:10 2018 +0100
       @@ -75,15 +75,13 @@
        augroup end
        
        augroup kludges
       -       # User-Agent: kludges
               au LoadCommitted *://mobile.twitter.com/* set user-agent=curl/7.61.1
               au LoadCommitted *://twitter.com/* set user-agent=curl/7.61.1
               au LoadCommitted *://youtu.be/* set user-agent=curl/7.61.1
               au LoadCommitted *://youtube.com/* set user-agent=curl/7.61.1
               au LoadCommitted *://www.youtube.com/* set user-agent=curl/7.61.1
        
       -       # Misc settings kludges
       -       au LoadStarted *://travis-ci.org/* set html5-local-storage=true
       +       au LoadCommitted *://travis-ci.org/* set html5-local-storage=true
        
               au LoadFinished *://bandcamp.com/* eval! userscript_bandcamp();
               au LoadFinished *://www.economist.com/* eval! userscript_economist();