diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2018-03-15 13:35:30 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2018-03-15 13:35:30 +0900 |
commit | 4cf26a83f632bbb9ee24eb9de7771e0a70c1ab1f (patch) | |
tree | c43a31a9dc98fae67764a3e062672fb8bc858d5b /template | |
parent | ed9f3731f1c3027fef5da0f12e24e9b38f2c4917 (diff) | |
download | vim-sonictemplate-4cf26a83f632bbb9ee24eb9de7771e0a70c1ab1f.tar.gz vim-sonictemplate-4cf26a83f632bbb9ee24eb9de7771e0a70c1ab1f.tar.bz2 vim-sonictemplate-4cf26a83f632bbb9ee24eb9de7771e0a70c1ab1f.zip |
single line
Diffstat (limited to 'template')
-rw-r--r-- | template/html/pattern.stpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/pattern.stpl b/template/html/pattern.stpl index 8e2cf12..877965e 100644 --- a/template/html/pattern.stpl +++ b/template/html/pattern.stpl @@ -1,4 +1,4 @@ -^\s*\zs\(\S.*\)\.div$ +^\s*\zs\(<[^\/]\+>\|[^<>]*\)\.div$ <div> {{$1}}{{_cursor_}} </div> |