mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
remove debug log.
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
function! zencoding#lang#css#findTokens(str)
|
function! zencoding#lang#css#findTokens(str)
|
||||||
echo "fooooooooo"
|
|
||||||
echo getchar()
|
|
||||||
return substitute(a:str, '^.*[;{]\s*', '', '')
|
return substitute(a:str, '^.*[;{]\s*', '', '')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user