On Nov 9 13:24, Daniel Schneider wrote:
> The default tcsh completion for g++ doesn't like .cpp files.
> /etc/profile.d/complete.tcsh
> ...
> complete g++ n/*/f:*.{C,cc,o,s,i}/
> complete CC n/*/f:*.{C,cc,cpp,o,s,i}/
>
> Why is "cpp" only for CC, but not g++?
The complete.
The default tcsh completion for g++ doesn't like .cpp files.
/etc/profile.d/complete.tcsh
...
complete g++ n/*/f:*.{C,cc,o,s,i}/
complete CC n/*/f:*.{C,cc,cpp,o,s,i}/
Why is "cpp" only for CC, but not g++?
Thanks,
Dan
--
Problem reports: http://cygwin.com/problems.ht
2 matches
Mail list logo