Compare commits
2 Commits
505b2d0ffa
...
82e1c33db5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82e1c33db5 | ||
|
|
78917e28fb |
@@ -693,9 +693,11 @@ void CMD_SetWorkDir() {
|
||||
BSet main = GetBSet(LastActiveLayoutWindowID);
|
||||
WorkDir = GetDir(main.buffer);
|
||||
For (Buffers) {
|
||||
if (it->special) {
|
||||
String name = SkipToLastSlash(it->name);
|
||||
it->name = Intern(&GlobalInternTable, Format(scratch, "%S/%S", WorkDir, name));
|
||||
}
|
||||
}
|
||||
} RegisterCommand(CMD_SetWorkDir, "");
|
||||
|
||||
String Coro_OpenCodeDir;
|
||||
|
||||
Reference in New Issue
Block a user