mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
Remove debug comment
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
function! emmet#lang#sass#findTokens(str)
|
function! emmet#lang#sass#findTokens(str)
|
||||||
"let g:hoge = substitute(a:str, '^.*[;{@]\s*', '', '')
|
|
||||||
"return substitute(a:str, '^.*[;{@]\s*', '', '')
|
|
||||||
return a:str
|
return a:str
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user