On 09-08-2005 19:38, soryu2@gmail.com wrote:
One of the 'problems' I had for my php completions is that a user always can do things like include($HOME_DIR."/this.php"). We surely cannot cope with this because the variable is only available at runtime. And I don't know about your ruby or python magic…
This isn't possible in Python. And because the completion command is a python script itself, it has the same environment as the script that is run (if it is run in the same directory, which I make sure it does).
Jeroen.