aboutsummaryrefslogtreecommitdiff
path: root/template/python/snip-class.py
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-05-29 11:21:51 +0900
committermattn <mattn.jp@gmail.com>2012-05-29 11:21:51 +0900
commitc1be3dbafdfef0ccb0ed3c569bcc493791c8aa87 (patch)
treebb70e5f8de383086bc0052eb90ae51fe16d03b32 /template/python/snip-class.py
parentdc04a64c96c8d40acaba0d0739c8ee801eb9bbf6 (diff)
downloadvim-sonictemplate-c1be3dbafdfef0ccb0ed3c569bcc493791c8aa87.tar.gz
vim-sonictemplate-c1be3dbafdfef0ccb0ed3c569bcc493791c8aa87.tar.bz2
vim-sonictemplate-c1be3dbafdfef0ccb0ed3c569bcc493791c8aa87.zip
use tab.
Diffstat (limited to 'template/python/snip-class.py')
-rw-r--r--template/python/snip-class.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/python/snip-class.py b/template/python/snip-class.py
index 9ed48aa..c8ff23c 100644
--- a/template/python/snip-class.py
+++ b/template/python/snip-class.py
@@ -1,3 +1,3 @@
class {{_expr_:substitute('{{_input_:name}}', '\w\+', '\u\0', '')}}:
- def __init__(self):
- {{_cursor_}}
+ def __init__(self):
+ {{_cursor_}}