Matus Goljer
Matus Goljer
Thanks for the report! I think I've run into something similar when annotating function types in signatures and I wasn't able to fix it there. I'm afraid this might be...
Hi. I tried to replicate this but can't. Are you sure you are calling `dired-narrow-enter-directory` (bound to right arrow key or `C-j`) and not the regular dired find file? 
I'm actually on E26, so that might be the variable which is different here.
You're not binding `dired-narrow-enter-directory` in your repro case. However, I added the binding and can reproduce the bug. So there must be something on my system fixing it.
I figured it out. By default, the `dired-narrow-exit-action` is set to `ignore` so it does nothing. I had it set to `dired-narrow-find-file`, so when I exited the minibuffer with `C-j`...
Thank you for the contribution, your code helped me figure out the problem!
I rebased and merged, thanks!
I'm sorry to not going through this pull request sooner (much sooner!). I tried the code and I can't make it work, it's giving me some `nil` errors. The way...
Thank you so much for the comment and explanation. This must be some new(ish) feature because I have never heard of it :blush:
Thanks for all the reports! I'm fixing things as I come along the issues but my Flow usage is very basic (what I'm now working on is my first js/node...