On 2013-10-02, Amadeus Demarzi wrote: > This is a feature I would find highly useful, and could enable > many plugins to operate more efficiently. > > Has this ever come up for discussion? Perhaps there's a reason it > hasn't been done already? > > I know with my workflow, I often first cd into a directory, and > then operate vim from there using various tools like CtrlP to open > files, etc.
Why does a tool need to know that the directory has changed? Any command that contains a relative path is relative to the current directory. Any command that needs a particular directory should be using an absolute path to that directory. In neither case does the command need to know that the current directory has changed from some previous value. Regards, Gary -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
