mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
add cursor position.
This commit is contained in:
@@ -317,6 +317,7 @@ function! zencoding#lang#html#toString(settings, current, type, inline, filters,
|
||||
else
|
||||
let str .= ">"
|
||||
let str .= current.value[1:-2]
|
||||
let str .= '${cursor}'
|
||||
for n in range(len(current.child))
|
||||
let child = current.child[n]
|
||||
if len(current.child) > 0 && stridx(','.settings.html.inline_elements.',', ','.current_name.',') == -1
|
||||
|
||||
Reference in New Issue
Block a user