deepayan / rcompletion

Bash command line completion for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completion fails for files/directories with spaces

GoogleCodeExporter opened this issue · comments

Type:

mkdir 'folder with spaces'
R CMD COMPILE folder<TAB>

It's currently not completing the folder name correctly.
With the attached patch, it does.


Original issue reported on code.google.com by poletti....@gmail.com on 22 Jun 2012 at 6:45

Attachments:

See Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=417951

Original comment by poletti....@gmail.com on 22 Jun 2012 at 6:46

new patch that applies on the newer revision.

Original comment by sebfab...@gmail.com on 29 Jan 2013 at 6:43

Attachments: