From 4237a9c39c5c6debe1e52c4c40186406838bc123 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 4 Jul 2016 18:11:46 +0900 Subject: move cursor to eol --- template/html/pattern.stpl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'template/html/pattern.stpl') diff --git a/template/html/pattern.stpl b/template/html/pattern.stpl index 61a1c78..8e2cf12 100644 --- a/template/html/pattern.stpl +++ b/template/html/pattern.stpl @@ -1,11 +1,10 @@ ^\s*\zs\(\S.*\)\.div$
- {{$1}} + {{$1}}{{_cursor_}}
-^\s*\zs\(\S.*\)\.p$ -

{{$1}}

- -^\s*\zs\(\S.*\)\.h\([1-6]\)$ - {{$1}}{{_cursor_}} +^\s*\zs\(\S.*\)\.\(p\|h[1-6]\)$ + <{{$2}}>{{$1}}{{_cursor_}} +^\s*\zs\(\S.*\)\.a$ + {{$1}} -- cgit v1.2.3-54-g00ecf