vim-gitgutter icon indicating copy to clipboard operation
vim-gitgutter copied to clipboard

A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.

Results 11 vim-gitgutter issues
Sort by recently updated
recently updated
newest added

Hi All, In the same vein as #435, I am using a filter to convert files as they enter/leave GIT. This results in git-gutter highlighting almost everything in the file...

1. Open two different files. 2. Change the first file and preview the change. 3. Go to second window and then to hunk preview. 4. Stage the hunk. 5. Expected:...

I still think there's some inconsistency in this highlight logic that needs to be resolved. Here's a matrix of behaviors when different settings are set by the user: ### master...

I don't see any hunks in a file which should show two hunks. This file is a shell script without extension but with a shebang line (`#!/bin/sh`). vim recognizes it...

I have cursorline hightlight like below. Unfortunately, this highlighting breaks when i move cursor to lines that are changed. ```local AutoCmdEnterLeaveNormalMode = function(opt) local enterNormal = function() vim.opt.cursorline = true...

> What is the latest commit SHA in your installed vim-gitgutter? 67ef116 > What vim/nvim version are you on? NVIM v0.9.2 I see that https://github.com/airblade/vim-gitgutter/issues/874 exists however that should have...

> What is the latest commit SHA in your installed vim-gitgutter? 67ef116 > What vim/nvim version are you on? NVIM v0.10.0-dev I just installed git-gutter and tested it out on...

vim: Debian VIM - Vi IMproved 9.1 vim-gitgutter: 67ef116100b40f9ca128196504a2e0bc0a2753b0 Seems strange I'm encountering this if nobody else is, but in the map expr lines such as `nnoremap (GitGutterNextHunk) [...]` I...

> What is the latest commit SHA in your installed vim-gitgutter? commit 7b0b5098e3e57be86bb96cfbf2b8902381eef57c (grafted, HEAD -> main, origin/main, origin/HEAD) Author: Andy Stewart Date: Tue Jul 16 16:16:19 2024 +0100 Fix...

> What is the latest commit SHA in your installed vim-gitgutter? 7b0b5098e3e57be86bb96cfbf2b8902381eef57c > What vim/nvim version are you on? vim 9.1 ## Description Using hunk preview `hp` or hunk stash...