Results 31 comments of Yi Ming

The diffview integration is broken, I bisected it is caused by f3eaff35e02149da5842ab1b84a4081d4422811b. After that, [this function](https://github.com/ofseed/neogit/blob/f3eaff35e02149da5842ab1b84a4081d4422811b/lua/neogit/integrations/diffview.lua#L116) which opens diffview gets a table as the parameter `section_name`, but it should be...

Thank you for your fix. I found that after the fix, diffview works well but the diff buffers have a `'statuscolumn'` set by neogit. Maybe it is not needed?

> Interestingly, even with this limitation, it seems like AutoHotkey's `WinActivate` function can successfully focus `kitty` @robbins But how can you specify the kitty's window? It seems that all WSLg...

An interesting thing I found is that if you open kitty via root, alt+tab works fine.

These of course could avoid the load-up. So I **only** report the issue in such a limited situation, which I already explained: >Try to enable `git_authors` and open this file:

Sample usage of [nvim-bqf](https://github.com/kevinhwang91/nvim-bqf), which utilizes the `end_lnum` and `end_col` Before this PR: ![image](https://github.com/neovim/neovim/assets/61115159/c7bbbf88-b58c-4016-939f-8aa9a3573508) After: ![image](https://github.com/neovim/neovim/assets/61115159/db4cbe3f-98fd-434f-b9ff-7531ef82b646)