The previous change to passing the script via a heredoc was axing the document stdin to the script, which meant the menu mode was no longer working. This update works around that, and also adds a notice if no includes were found in the current file, rather than simply exiting. Changed: U trunk/Bundles/PHP.tmbundle/Commands/Jump to Included File.tmCommand