On Wednesday 10 November 2004 06:38 am, John Sampson wrote:
> Hello,
>
> Has there been any move to integrate Unicon or one of its ancestors
> with the text editor Vim? There are various incarnations of Vim that
> incorporate languages such as Perl, Ruby and Scheme. To some extent
> one can then use the language in question to write Vim macros.
>
> There is an old web page about integrating Snobol with Vim, but I
> think this would only work on a prediluvian setup.

You can use any program to process(parts of) the vim text buffer
To use snobol4, type the vim command :%!snobl4 <snobol_prgram_name> <arguments> 
.
This will replace the contents of the text buffer with the output of
the snobol program. The vim undo function is useful to recover the
original buffer contents when the output is not exactly what you wanted.

What functionality would you like to have?

Dave Feustel



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to