[
https://issues.apache.org/jira/browse/GROOVY-7567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King closed GROOVY-7567.
-----------------------------
> Groovysh File completion with hyphens broken
> --------------------------------------------
>
> Key: GROOVY-7567
> URL: https://issues.apache.org/jira/browse/GROOVY-7567
> Project: Groovy
> Issue Type: Bug
> Components: Groovysh
> Affects Versions: 2.4.0, 2.4.4
> Reporter: Thibault Kruse
> Assignee: Pascal Schumacher
> Fix For: 2.5.0-alpha-1
>
>
> To reproduce ('|' is cursor, <tab> means hitting tab):
> {code}
> $ touch foo.groovy
> $ touch 'foo bar'
> groovy:000> :load "foo|<tab>
> groovy:000> :load "'foo.groovy ' // invalid double hyphens and trailing blank
> {code}
> I suggest handling whitespaces in filenames via escaped blanks, not hyphens.
> See https://github.com/apache/incubator-groovy/pull/92
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)