gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

use cwd arg instead of os.chdir #104

Closed schlamar closed 7 years ago

schlamar commented 7 years ago

This prevents "folder in use" errors on Windows, e.g. when using Sublime as git editor and doing an interactive rebase.

Full steps to reproduce: https://forum.sublimetext.com/t/dev-build-3134/28932/3?u=schlamar

gornostal commented 7 years ago

Merged. Thanks a lot for the PR! :+1: