Thanks for the feedback. I like the idea of introspecting the directory names...I'll see if I can work that in there.
You have to put quotes because otherwise Vim complains about using undefined symbols (I don't plan on using the command interface in the long run; probably something more like what MiniBufExplorer does, or even FuzzyFileFinder's hack of the completion system). I agree that it's clumsy, but the command interface is limited, and can only accept paths with quotes omitted.
You have to put quotes because otherwise Vim complains about using undefined symbols (I don't plan on using the command interface in the long run; probably something more like what MiniBufExplorer does, or even FuzzyFileFinder's hack of the completion system). I agree that it's clumsy, but the command interface is limited, and can only accept paths with quotes omitted.