aboutsummaryrefslogtreecommitdiff
path: root/autoload/sonictemplate.vim
Commit message (Expand)AuthorAge
* Fix expanding file- prefixmattn2014-09-03
* s/sonictemplate_vars/sonictemplate_vim_vars/gmattn2014-09-03
* Possible to separate default valuesmattn2014-09-03
* Add g:sonictemplate_vars variable to override the value of _input_mattn2014-09-03
* file- prefixmattn2014-08-01
* Sort filesmattn2013-09-03
* Insert templates for cpp.doxygen like filetypes.mattn2013-07-05
* Allow underscore for filter namemattn2013-05-16
* Allow dash for filtermattn2013-05-16
* Regexp filtermattn2013-05-09
* Dynamic context filetypemattn2013-05-09
* Guess templatemattn2013-05-09
* Store variables for each filetypesmattn2013-05-08
* No need to delete linemattn2013-05-08
* Fix varmattn2013-05-08
* Allow to refer variable with sonictemplate#getvar()mattn2013-05-08
* _var_ use _define_-ed var or _input_-ed varmattn2013-05-08
* add template filter.mattn2012-11-28
* Fix expandtab if the length of 'indent' is zero.Shintaro Kaneko2012-06-27
* move cursor silently.mattn2012-06-11
* oops.mattn2012-06-11
* cleanup.mattn2012-06-11
* fix inline template. Just be possible to expand:mattn2012-06-11
* add global template named as '_'.mattn2012-06-06
* remove {{_inline_}} in base. it mean that don't apply {{_inline_}} for base t...mattn2012-06-06
* add {{_inline_}}.mattn2012-06-06
* Improve expanding templates for blank linesShintaro Kaneko2012-05-29
* don't specify 'b' for readfile(). close #8mattn2012-05-29
* fix indent on base template.mattn2012-05-28
* user can override default template.mattn2012-04-15
* user configuration should be prior to default template directory.mattn2012-04-13
* improve template dir. related #4mattn2012-04-13
* expand template dir. close #4mattn2012-04-13
* foldopen.mattn2012-03-19
* fixed indent, fixed key assign.mattn2011-11-08
* add some java templates.mattn2011-11-02
* workaround for indent.mattn2011-11-02
* renamed to SonicTemplate.mattn2011-10-28