fab4100

Results 11 comments of fab4100

Hi. I was bothered by this issue as well and solved it by making the following changes to new_session_promt.sh: #!/usr/bin/env bash CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"...

This is a related question, I could not find particular documentation for it. I am trying to understand the automatic token creation during `gh auth login` (interactive). This will create...

Thanks for your input. The wrapping with a `for file in "$@"; do` would emulate what `sendemail.multiEdit = false` is already doing (not sure but I believe `git send-email` might...

To help push progress, I am describing the changes introduced in this PR in more detail below. 1. Multiple file arguments are read by adding a `for`-loop that appends the...

Hi Tim, I have rebased this branch onto latest `master` and addressed your comment regarding `nosplitbelow` and `splitbelow` here https://github.com/tpope/vim-fugitive/pull/2359#discussion_r2008787581. Active buffers (possibly multiple) are now handled in memory (contents...

> [@fab4100](https://github.com/fab4100) let us know if this issue is resolved by the stk snapshot that merged into the develop branch yesterday. @alanw0 the merged snapshot does resolve the issue I...

> I have built with gcc-15 (at least on a mac) and don't have the `termios` issue. I did get a report from an external user about a `termios` problem,...

> [@fab4100](https://github.com/fab4100) I haven't built with gcc-15, I think 13 is the newest one that I've tried. I'll investigate the issue in BucketConnectivity that you describe above. Thank you! These...

Thanks for the referenced issue, I missed that somehow. It would be nice to have a homogeneous interface between `Tags` and `BTags` while still get the benefit of `readtags`. My...