Johannes Altmanninger

Results 734 comments of Johannes Altmanninger

@raiguard thanks for the test case, I have tweaked the heuristic to make it work. FWIW for buffer type completion it already worked this way (also without this PR) because...

latest master works fine for almost all test cases, it seems to be good enough for my current use cases

This is neat, I think it makes sense to add `fg -`.

> It would be ideal to share the same completions for magick convert and convert, if possible. > > how? I was not sure if they should be 100% same...

Is this on NFS? When it happens, is there a file like `~/.local/share/fish/fish_history.2NsTOE` that matches the history of the broken session? To compare, maybe dump the entire history with `history`....

> What does history merge do? I can try it next time I see the problem. It incorporates new history from other, newer shells; the crucial side effect is that...

The missing commands are from the current shell, right? Or from previous shells? (Probably not both)

This is a really mysterious bug, thanks for taking the effort to report. Maybe there's a simple explanation like you set `fish_history` or `fish_private_mode`.. but those can't be it because...

someone needs to look at the code and add relevant logs

> The other is a delay to decide if we should use what you already pressed or wait for more Ok sure. I just think that overloading bindings like that...