diff options
author | mattn <mattn.jp@gmail.com> | 2012-04-27 18:22:50 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2012-04-27 18:23:54 +0900 |
commit | 4a2f41705f72108bee1eaace42ec7884b59817c4 (patch) | |
tree | 208503c06066b3a1b959e39b94f9166d9879eb62 /template | |
parent | 2328c985fcfeb67ae20c8d937b04e0f3254608c8 (diff) | |
download | vim-sonictemplate-4a2f41705f72108bee1eaace42ec7884b59817c4.tar.gz vim-sonictemplate-4a2f41705f72108bee1eaace42ec7884b59817c4.tar.bz2 vim-sonictemplate-4a2f41705f72108bee1eaace42ec7884b59817c4.zip |
call tolower() for index.
Diffstat (limited to 'template')
-rw-r--r-- | template/help/snip-section.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/help/snip-section.txt b/template/help/snip-section.txt index e8b5f9e..1e4fb64 100644 --- a/template/help/snip-section.txt +++ b/template/help/snip-section.txt @@ -1,4 +1,4 @@ ============================================================================== -{{_expr_:toupper("{{_input_:title}}")}}{{_expr_:repeat(' ',77-strdisplaywidth("{{_input_:title}}")*2-strdisplaywidth(expand("%:p:t:r")))}}*{{_expr_:expand("%:p:t:r")}}-{{_input_:title}}* +{{_expr_:toupper("{{_input_:title}}")}}{{_expr_:repeat(' ',77-strdisplaywidth("{{_input_:title}}")*2-strdisplaywidth(expand("%:p:t:r")))}}*{{_expr_:expand("%:p:t:r")}}-{{_expr_:tolower("{{_input_:title}}")}}* {{_cursor_}} |