Results 11 comments of mwgkgk

Few months ago something broke inbetween fzf.vim, fzf, file finders, and vim's current directory, not sure what exactly. Observed results are that custom directories passed to `:Files` don't affect the...

Thanks, had same problem from a plugin. `autocmd BufEnter` to list all BufEnter autocommands.

This does not occur when using floating window. With rooter config: ```vim Plug 'airblade/vim-rooter' " {{{ let g:rooter_silent_chdir = 1 let g:rooter_resolve_links = 1 let g:rooter_cd_cmd = 'lcd' " }}}...

Interesting! The current working directory thing makes it so `fd -t f "" repo/` expects the --ignore-file to say `repo/dir1/file1.txt`. In other words, current working directory means the directory fd...

Further debugging uncovered following: the above crash only occurs when `set sessionoptions+=globals` is present before `:mksession`. So the steps to reproduce the problem should include that line in the vimrc....

Related: I've tried and failed to split `Plug` calls into relevant ftplugins, problem being that `plug#end()` call would have to come after all the ftplugins are loaded. Similarly, it would...

The situation seems to be exactly as you described! Not reproducible with hub removed. Is this an issue that is possible to fix by configuration? Do you intend to have...

https://github.com/Ivo-Balbaert/programming_crystal/blob/master/exercises/crystal_new/fibers.cr Something really slow about channels. `crystal i ` this thing grinds my computer to a halt i barely Ctrl-c'd at 1507 out of 10000 iterations. `crystal r ` completes...

Non-urgent 💖

``` $ uname --all Linux arch 4.13.12-1-ARCH #1 SMP PREEMPT Wed Nov 8 11:54:06 CET 2017 x86_64 GNU/Linux ``` Reproduced the crash on urxvt, xterm, and alacritty, both within and...