From 4a2f41705f72108bee1eaace42ec7884b59817c4 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 27 Apr 2012 18:22:50 +0900 Subject: call tolower() for index. --- template/help/snip-section.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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_}} -- cgit v1.2.3-54-g00ecf