Stanislav Seletskiy

Results 23 comments of Stanislav Seletskiy

Ah, finally I understand issue... Can you please push edits to dev branch, so I can pull and test it?

I've found following issues: cursor is missing after overlay (is it even possible in urxvt to set cursor position? can we send escape codes from plugin?) and backspace key works...

I understand that inserting and backspacing text is not a good way to cycle through completion variants, but I didn't found any actual problem with this solution yet. So, maybe...

@dreamer-dead: at the present date --- no. Do you see a security concern in it? If your Stash instance is served via HTTP, it's already insecure (due to WEB logins),...

@dreamer-dead: It'll going to be certanly not easy to implement (alternative is an OAuth, which should be somehow implemented in console app). I'm afraid, that physical access to work machine...

right after editor On Sep 23, 2019, 19:45, at 19:45, Egor Kovetskiy wrote: >when.? > >-- >You are receiving this because you authored the thread. >Reply to this email directly...

@chennqqi: I agree with @kovetskiy. I do not use windows by myself. So, if you have an opportunity to prepare an PR, I will gladly merge it.

Actually, there are a lot of other mappings in the plugin, which also interferring with user mappings, like `(`. So, I'll need to improve the PR.

@ervandew: `MyAutocompleteHelper()` can be responsible for enclosing paren, but if in some circumstances it's need to fallback for default matchem behaviour, there should be a way of calling required matchem...

@ervandew: ping! I've added UltiSnips integration (matchem did not work correctly), also, I've moved all mapped functions to public namespace to allow user for mapping matchem along with other stuff....