FS#19991 - Again, broken ruby support in vim.

Attached to Project: Arch Linux
Opened by Robert Gleeson (robgleeson) - Saturday, 26 June 2010, 17:13 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 29 June 2010, 07:22 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

Description:
While working around a previous bug I have discovered regarding vim and ruby support, I've come across another bug.


Additional info:
* gvim 7.2-1
* config and/or log files etc.


Steps to reproduce:
Execute the following (as a command) in (g)vim:
:ruby system('ls')

Why does ruby support for vim seem to be so broken on Arch?

Thanks,
Rob
This task depends upon

Closed by  Jan de Groot (JGC)
Tuesday, 29 June 2010, 07:22 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#19954  - [vim] Ruby support is broken
Comment by Robert Gleeson (robgleeson) - Sunday, 27 June 2010, 19:16 GMT
For people encountering this bug, as a workaround, you can do:

VIM.command(':! <command here>')

Loading...