dzyhenry
Results
2
issues of
dzyhenry
Supertab is awesome, but I lost my literal , which makes me uncomfortable, I tried 'g:SuperTabNoCompleteAfter', but it doesn't work. Is it caused by my environment ? my os is...
Add backtrace feature for splat matching to support case like follows: ```javascript // when route set like follows hash.set('/a/b/c', routeHandlerABC); hash.set('/a/b/*', routeHandlerABStar); // /a/b/c/d could match /a/b/* var res =...