Sergey Vlasov
Sergey Vlasov
I found a simple workaround for popups: ```vim function! MyContextIndentUpdate() let popup_winid = get(g:context.popups, win_getid(), -1) if popup_winid != -1 call win_execute(popup_winid, 'call indent_guides#enable()') endif endfunction augroup MyContext autocmd! autocmd...
> Должно работать – сейчас вешается кука на год. Как бы не так, на сессию только. Перезапустил браузер и на тебе мобильная версия. Жутко бесит по несколько раз в день....
My build is against 0e210b8 and I have no issue with resizing via Alt + Right click.
@deters any objection if I port the changes back?
Ok, I'll try. Thanks!
I would like to see delayed matching too!
I would love to see "│" in indentation that would work with space characters.
:exe 'syn match Guides ''\%(^\%( {'.&sw.'})*)\@
That workaround solves it!