You wrote: > For "svn revert", when I complete a deleted file, the space isn't > added after the filename. There's no such problem with modified > files (marked with 'M') for instance.
This isn't actually an _subversion issue but a more fundamental file completion issue. Filename completion adds a slash for directories and a space for other files. For files that don't actually exist it adds no suffix because it is unknown whether the file is a normal file or a directory. This occurs for the fake-files style as well as files added using the e glob modifier (which is what _subversion does). Communicating file type information with fake files would be a very difficult thing to do. Perhaps we should make it default to a removable space suffix for non-existing files. Oliver This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

