mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-15 14:57:07 +08:00
remove semi-colon in sass.
This commit is contained in:
@@ -20,7 +20,6 @@ function! zencoding#lang#scss#toString(settings, current, type, inline, filters,
|
||||
let indent = a:indent
|
||||
let str = ""
|
||||
|
||||
let current_name = current.name
|
||||
let current_name = substitute(current.name, '\$$', itemno+1, '')
|
||||
if len(current.name) > 0
|
||||
let str .= current_name
|
||||
|
||||
Reference in New Issue
Block a user