copy noedit.vim
to $VIMRUNTIME/plugin/noedit.vim
or just include in your ~/.vimrc
file
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
#!/bin/sh | |
# https://git-scm.com/docs/githooks | |
# | |
# This is hook that updates composer | |
# if branch change included change in composer.json | |
# | |
# additionally, if vendor dir is under (separate!) git repo, | |
# the result can be speed up by switching and keeping git branch up to date | |
# there as well. |
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
<?php | |
/** | |
* Overly simple XML parser. | |
* | |
* Does not parse CDATA nor nested tags well | |
* | |
* @author Elan Ruusamäe <[email protected]> | |
*/ | |
class XmlParserException extends RuntimeException { |
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
/vendor/ | |
/bin/ | |
/composer.phar | |
*~ | |
*.sw[op] |
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
eventum.bzr |
Closure Compiler as Simple HTTP Server
Moved to https://github.com/glensc/closure-compiler-httpserver
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
diff --git a/min/lib/Minify/HTML/Helper.php b/min/lib/Minify/HTML/Helper.php | |
index 807fdc9..f199ac4 100644 | |
--- a/min/lib/Minify/HTML/Helper.php | |
+++ b/min/lib/Minify/HTML/Helper.php | |
@@ -69,7 +69,7 @@ class Minify_HTML_Helper { | |
if ($debug) { | |
$path .= "&debug"; | |
} elseif ($farExpires && $this->_lastModified) { | |
- $path .= "&" . $this->_lastModified; | |
+ $path .= "&" . ($this->_lastModified + $this->_filePathChecksum); |
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
Mon Mar 22 15:25:10 EET 2010 |
NewerOlder