leigh-ols

Results 3 issues of leigh-ols

Recently Command-T has been slow to update. A vim profile revealed it was actually matchit.vim (for whatever reason). I disabled that and the issue improved dramatically but it is still...

Is there a way to programmatically reference the latest save/hash? In git this would be the equivalent of `HEAD` for example: ``` db export production HEAD /blah/blah/dump.sql ```

At present hyphenated words such as 'up-to-date' would become 'Up-to-date'. Allowing the option of treating hyphenated words as a individual words would be a nice feature: ```php s('up-to-date')->titleize(['to'], [' ',...