lingo / sublime-fscompletion

Auto-complete paths and filenames from the filesystem, à la Ctrl-X,Ctrl-F in VIM
GNU General Public License v3.0
31 stars 5 forks source link

Sublime Text 3 support #8

Closed chadrien closed 10 years ago

chadrien commented 11 years ago

Hi, I just wanted to tell you that I made the port to ST3.

Code is available in the py3 branch of my fork :)

lingo commented 10 years ago

Next time, I'd recommend making a Pull Request. I've actually merged in a fix for this from someone else, but I'll see if I can easily merge in your PEP style changes.

Thanks!

chadrien commented 10 years ago

I did no PR it because you didn't have a ST3 branch this could have been merged.

I'm pretty sure changes required for ST3 break ST2 compatibility, that's why I didn't want to merge into master :)

lingo commented 10 years ago

Okay, thanks. I've merged changes from another contributor which should provide backwards-compatibility.

Thanks for your contribution!