diff options
| author | mattn <mattn.jp@gmail.com> | 2014-09-03 13:58:17 +0900 |
|---|---|---|
| committer | mattn <mattn.jp@gmail.com> | 2014-09-03 13:58:17 +0900 |
| commit | ac0a73ba870774f0849234610f6373b644c7ac8b (patch) | |
| tree | 8536c2da7ad8b709086d1e2b0a5295e2d5a1c41f /template/python/base-class.py | |
| parent | aba2040ffc3e3e644ef5faa2fb79d7f9d0276603 (diff) | |
| parent | 454737b20151ff283d4c4610c105d0e389e2e07b (diff) | |
| download | vim-sonictemplate-ac0a73ba870774f0849234610f6373b644c7ac8b.tar.gz vim-sonictemplate-ac0a73ba870774f0849234610f6373b644c7ac8b.tar.bz2 vim-sonictemplate-ac0a73ba870774f0849234610f6373b644c7ac8b.zip | |
Merge branch 'master' of https://github.com/mattn/sonictemplate-vim
Diffstat (limited to 'template/python/base-class.py')
| -rw-r--r-- | template/python/base-class.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/python/base-class.py b/template/python/base-class.py index ba7c7d8..edc2c3d 100644 --- a/template/python/base-class.py +++ b/template/python/base-class.py @@ -2,6 +2,7 @@ {{_name_}} """ + class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}(object): def __init__(self{{_cursor_}}): |
