find autoload/zencoding/lang/xxx.vim

This commit is contained in:
mattn
2012-05-30 19:07:53 +09:00
parent 98f716c4d1
commit c8ec156876
3 changed files with 9 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
function! zencoding#lang#css#findTokens(str)
echo "fooooooooo"
echo getchar()
return substitute(a:str, '^.*[;{]\s*', '', '')
endfunction