ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Global directory manipulation clobbers use of :lcd. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.  Start with a single window, editing a VCS-controlled file.
2.  Split the window.
3.  :lcd /some/path
4.  Verify that the pwd is different for the two windows.
5.  From the window with a local directory, execute a vcscommand.
6.  Verify that the global pwd has been clobbered, and the window no longer
has a local directory.

Original issue reported on code.google.com by bob.hies...@gmail.com on 11 Apr 2007 at 2:27

GoogleCodeExporter commented 9 years ago
Fixed in beta15.

Original comment by bob.hies...@gmail.com on 30 Apr 2007 at 6:09