THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| let g:syntastic_html_tidy_ignore_errors = [ | |
| \ '<html> attribute "lang" lacks value', | |
| \ '<a> attribute "href" lacks value', | |
| \ 'trimming empty <span>', | |
| \ 'trimming empty <h1>' | |
| \ ] |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| hg clone https://bitbucket.org/ZyX_I/vim | |
| cd vim | |
| hg update 24-bit-xterm | |
| cd src && make autoconf && cd .. | |
| ./configure \ | |
| --enable-gui=no \ | |
| --without-x \ | |
| --enable-multibyte \ | |
| --with-tlib=ncurses \ |
| --- content/browser/web_contents/web_contents_view_gtk.cc.orig 2013-03-09 20:16:51.437945192 -0500 | |
| +++ content/browser/web_contents/web_contents_view_gtk.cc 2013-03-09 20:16:56.151278267 -0500 | |
| @@ -56,6 +56,8 @@ | |
| // See tab_contents_view_views.cc for discussion of mouse scroll zooming. | |
| gboolean OnMouseScroll(GtkWidget* widget, GdkEventScroll* event, | |
| WebContentsImpl* web_contents) { | |
| + return FALSE; | |
| + | |
| if ((event->state & gtk_accelerator_get_default_mod_mask()) != | |
| GDK_CONTROL_MASK) { |
| #!/usr/bin/env python | |
| # | |
| # Copyright 2012 by Jeff Laughlin Consulting LLC | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: |