codota / tabnine-sublime

Tabnine Autocomplete AI: JavaScript, Python, TypeScript, PHP, C/C++, HTML/CSS, Go, Java, Ruby, C#, Rust, SQL, Bash, Kotlin, Julia, Lua, OCaml, Perl, Haskell, React
https://www.tabnine.com/install/sublime
MIT License
194 stars 36 forks source link

completion_v2: Fix crash in on_modified #71

Closed NoahGorny closed 3 years ago

NoahGorny commented 3 years ago

Stumbled across this today, received many IndexErrors as Sublime.Selection can be empty and still evaluates to True

boaz-codota commented 3 years ago

Thanks @NoahGorny !

Please review this @dimacodota