From: Emmanuel Touzery Date: 2003-01-22T16:49:22+09:00 Subject: Re: VIM module Hello, On Tuesday 21 January 2003 14:49, Gavin Sinclair wrote: > On Wednesday, January 22, 2003, 12:37:18 AM, Emmanuel wrote: > >> Is anyone using the VIM module to write scripts inside vim? I can't > >> find documentation about that module, does anyone know where could I > >> look? > > > > i'm using it, it works pretty well. > > I'm sure a few of us would like to know what you've accomplished with > it, Emmanuel. Any interesting functions you've written? firstable as of now i'm pretty lame in ruby, i'm just starting. anyway, i wrote something to supposedly do code completion (like C-X C-P) for strongly typed OO languages using ctags, it's at http://www.vim.org/script.php?script_id=501, but it's not very good for now (not usable yet, it's just online if people want to help). next version should be much more ambitious (using racc for a bit of lex/yacc parsing), but i'm stumbling on some limits of ctags, and for now i stopped a bit until i find the time to add the missing functionnality. generally the combination ruby/vim is really enthousiasting :O) > Gavin emmanuel -- "Droit devant soi, on ne peut pas aller bien loin" (straight in front of oneself, you can't get very far) --Le petit prince, Antoine de Saint-Exupery