Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add csharp base template | mattn | 2013-05-16 |
| | |||
* | Allow underscore for filter name | mattn | 2013-05-16 |
| | |||
* | Allow http handler template | mattn | 2013-05-16 |
| | |||
* | Allow dash for filter | mattn | 2013-05-16 |
| | |||
* | Merge pull request #12 from pekepeke/uniteSourceFix | mattn | 2013-05-13 |
|\ | | | | | fixed the unite source | ||
| * | fixed the logic to get candidates | pekepeke | 2013-05-13 |
|/ | |||
* | Add basic layout | mattn | 2013-05-09 |
| | |||
* | delete debug message ... | kmnk | 2013-05-09 |
| | |||
* | add file kind to parents | kmnk | 2013-05-09 |
| | |||
* | put a high priority on pre defined template | kmnk | 2013-05-09 |
| | |||
* | Add doc for unite-sonictemplate | mattn | 2013-05-09 |
| | |||
* | modify | kmnk | 2013-05-09 |
| | |||
* | source and kind for unite | kmnk | 2013-05-09 |
| | |||
* | Rename | mattn | 2013-05-09 |
| | |||
* | add meta refresh | mattn | 2013-05-09 |
| | |||
* | Regexp filter | mattn | 2013-05-09 |
| | |||
* | Dynamic context filetype | mattn | 2013-05-09 |
| | |||
* | Fix anonymous function | mattn | 2013-05-09 |
| | |||
* | Guess template | mattn | 2013-05-09 |
| | |||
* | Store variables for each filetypes | mattn | 2013-05-08 |
| | |||
* | Add template for changelog | mattn | 2013-05-08 |
| | |||
* | No need to delete line | mattn | 2013-05-08 |
| | |||
* | Fix var | mattn | 2013-05-08 |
| | |||
* | perl filter | mattn | 2013-05-08 |
| | |||
* | Guess Makefile.PL | mattn | 2013-05-08 |
| | |||
* | Allow to refer variable with sonictemplate#getvar() | mattn | 2013-05-08 |
| | |||
* | Use _var_ | mattn | 2013-05-08 |
| | |||
* | _var_ use _define_-ed var or _input_-ed var | mattn | 2013-05-08 |
| | |||
* | Add template for Makefile | mattn | 2013-05-08 |
| | |||
* | Possible to rename command | mattn | 2013-05-08 |
| | |||
* | Add plugin template | mattn | 2013-05-01 |
| | |||
* | Add template for vim script | mattn | 2013-05-01 |
| | |||
* | updated doc. | mattn | 2012-11-28 |
| | |||
* | apply filters. | mattn | 2012-11-28 |
| | |||
* | apply jquery filter. | mattn | 2012-11-28 |
| | |||
* | add webgo get/post template. | mattn | 2012-11-28 |
| | |||
* | add template filter. | mattn | 2012-11-28 |
| | |||
* | add http-server for go. | mattn | 2012-10-25 |
| | |||
* | class | mattn | 2012-10-11 |
| | |||
* | Merge branch 'master' of github.com:mattn/sonictemplate-vim | mattn | 2012-10-11 |
|\ | |||
| * | Merge pull request #11 from potix2/add-test-template-for-python | mattn | 2012-08-04 |
| |\ | | | | | | | add test template for python | ||
| | * | add test template for python | Katsunori Kanda | 2012-08-04 |
| |/ | |||
* / | also -. | mattn | 2012-10-11 |
|/ | |||
* | add psgi apps. | mattn | 2012-07-03 |
| | |||
* | Merge pull request #10 from kaneshin/expand-tab | mattn | 2012-06-26 |
|\ | | | | | Fix expandtab if the length of 'indent' is zero. | ||
| * | Fix expandtab if the length of 'indent' is zero. | Shintaro Kaneko | 2012-06-27 |
|/ | |||
* | move cursor silently. | mattn | 2012-06-11 |
| | |||
* | oops. | mattn | 2012-06-11 |
| | |||
* | cleanup. | mattn | 2012-06-11 |
| | |||
* | fix inline template. Just be possible to expand: | mattn | 2012-06-11 |
| | | | | | | | | | | var f = |; to var f = (function() { | }; |