Sergey Vlasov
Sergey Vlasov
In Simulator it succeeds to log in. I add -Dtarget_arch=arm, so the complete command is ./build/gyp_chromium --depth=. -DOS=ios -Dinclude_tests=0 -Denable_protobuf=0 -Denable_video=0 -DTARGET_OS_IPHONE -Dtarget_arch=arm webrtcjingle.gyp
>clean reloading user config after there were some changes made this conflicts with: >preserving current state, like buffer list, window arrangement, global/buffer variables/options
> I was thinking more about buffer list, windows and tabpages. `mksession` can do it.
>i3 restart inplace In X11 you can un-parent and re-parent windows without killing their processes. In Vim, some plugins may rely on external processes, which you won't be able to...
>The question is whether Vim's architecture allows this (dumping all state and then re-initializing from near-scratch) without a massive rewrite. AFAIK you can dump everything (`echo g:`, `echo b:`, etc)...
Same here.
Same for Subvert. To switch from ``` setButtonLabel() buttonLabel() m_button_label ``` to ``` setButtonTitle() buttonTitle() m_button_title ``` I have to use `%Subvert/button{,_}{L,l}abel/button{,_}{T,t}itle/g` instead of expected `%Subvert/buttonLabel/buttonTitle/g`.
@somini did you mean to link to another plugin?
The culprit is in the skin stylesheet. I have no idea why, but having the tab height more than 21px causes constant ~50% CPU load. There is my fix: ```...
Any chance to get this merged? Accessing the history through Location List is very handy.