mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
move cursor to eol if value was set.
This commit is contained in:
@@ -72,6 +72,9 @@ function! zencoding#lang#css#parseIntoTree(abbr, type)
|
||||
let current.snippet = join(lines, "\n")
|
||||
let current.name = ''
|
||||
let current.snippet = substitute(current.snippet, ';', value . ';', '')
|
||||
if use_pipe_for_cursor
|
||||
let current.snippet = substitute(current.snippet, '${cursor}', '', 'g') . '${cursor}'
|
||||
endif
|
||||
endif
|
||||
|
||||
let current.pos = 0
|
||||
|
||||
Reference in New Issue
Block a user