Closed GoogleCodeExporter closed 8 years ago
Sorry, but we can't support custom implementations. There's already some Vim
example scripts:
http://code.google.com/p/zen-coding/issues/detail?id=16
If you'll create Vim plugin according to Plugin API, I'll definitely host it on
this project.
http://wiki.github.com/sergeche/zen-coding/plugin-howto
Original comment by serge....@gmail.com
on 18 Feb 2010 at 5:29
Ah, do you mean that vim should have embed javascript interface and loading
zensettings.js ?
That's not good solution. Vim has already own interpreter. I notice that
NetBean
version does not have javascript interface. I think that that's same.
My script have zen_settings variable like following:
http://github.com/mattn/zencoding-vim/blob/master/zencoding.vim
It's very similer as javascript version. it support only expanding. however
I've
wrote same behavior on editor. :)
I don't think that the script should be hosting on your project.
I hope that listing in the section 'Partial support ("Expand Abbreviation"
only)'
Thanks.
Original comment by mattn.jp
on 18 Feb 2010 at 6:25
There's a Python version ZC, you can use it with Vim
Original comment by serge....@gmail.com
on 18 Feb 2010 at 7:52
Yes, I know.
But many users who is not developer didn't install python. and they didn't
installed
vim which is enabled python interp.
My script is pure vimscript. I'll use my vesion. :)
Original comment by mattn.jp
on 19 Feb 2010 at 1:59
Python is installed by default on Mac OS and most Linux distros.
Original comment by serge....@gmail.com
on 19 Feb 2010 at 10:46
I know. But some distros are provide vim which is 'DISABLED PYTHON INTERP'.
And I know that the porting of the python script is not difficult.
I've just added some extension of notation similer 'sparkup'. I'll change the
name of
my script. and I'll write this vim script as pure vimscript.
Thanks.
Original comment by mattn.jp
on 19 Feb 2010 at 11:45
I'am English very bad
line 923 add code:
let name = current['name']
if stridx(name, ':')
let name = split(name, ':')[0]
endif
use name replace current['name']
Original comment by lnyie...@gmail.com
on 21 Feb 2010 at 7:58
I find a bug. About css
input "body{bg", enter <c-z>, the result is bodybackground:;}
I say, I'am english very bad. but i hope ,i can improve it
Original comment by lnyie...@gmail.com
on 21 Feb 2010 at 8:04
type "<c-z>." or get latest version.
thanks for your report.
Original comment by mattn.jp
on 22 Feb 2010 at 5:28
Original comment by serge....@gmail.com
on 3 May 2010 at 3:13
Original issue reported on code.google.com by
mattn.jp
on 18 Feb 2010 at 5:08