Daniel Hahler

Results 1440 comments of Daniel Hahler

I have the problem that it is not showing up properly when run from the laptop's screen (eDP1), which is right of the external screen: ``` Monitors: 2 0: +*eDP1...

@laur89 It works now better on another Xorg server/display. On the other one I've restarted it of course, to being able to run it with debug output. ``` % xrandr...

@hluk > Restoring window geometry in X11 is very hard, maybe even impossible in some cases. :( > > I can add option to disable the geometry restoring on application...

CI failure should be unrelated - flaky? (https://travis-ci.org/junegunn/vim-plug/jobs/445184808)

Using `@{upstream}` might help here (via #546).

Test failures might be unrelated: https://github.com/junegunn/vim-plug/pull/724. But likely could use a test itself.

I think this would be good to have. But for my use case I would need to be able to a) call a custom function afterwards (`deoplete#enable()`), and b) would...

> call a custom function afterwards That is also useful for lazy-loading Unite, so that you can customize it using `call unite#custom#source(…)` etc.

@junegunn > vim-plug currently supports that via User autocmd Oh, I missed that, sorry. That is nice. But I wonder if the autocommand name should not have something like a...

Rebased and added queuing of autocommands before VimEnter in general (https://github.com/blueyed/vim-plug/commit/00d3f0ada65c0ce84263f9beb5d8daae3989aa7d, https://github.com/vim/vim/issues/2810).