Guillermo López-Anglada
Guillermo López-Anglada
- [x] `view.match_selector(point, selector)` is not documented, can probably be written as `view.score_selector(point, selector) != 0` and `sublime.score_selector(view.scope_name(point), selector) != 0` though.
- [ ] `view.extract_completions(prefix)`
- [ ] `window.get_output_panel(...).window()` indicates if the panel is visible or not Not sure where to put this though. ref: http://www.sublimetext.com/forum/viewtopic.php?f=6&t=10663&p=54272#p54136
For my reference: `gj` and `gk` are implemented very differently to `j` and `k` (because the API doesn't support moving by wrapped lines). This is most likely connected with this...
Are you using other plugins? Have you tried disabling every plugin except Vintageous?
This will only happen with clones of this repository. If you used the _.sublime-package_ pointed at from the README, it would not happen. The error should be harmless, though. ST...
I have to figure out a way to avoid the error in _setup.py_. Ironically, it's just hack to make the _.sublime-package_ release more convenient :)
It looks possible, but I'm not sure how well it'd play with multiple sels. I might give it a try. (In any case, the idea is to move the search...
I'm afraid that won't work on systems where the locale isn't English. ``` powershell $ net localgroup administrators System error 1376 has occurred. The specified local group does not exist....
To all S3 users, you may want to try this rewrite of Vintage: https://github.com/guillermooo/Vintageous.git