-
TEST CASE:
1. open a (unmodified) file in a Git repository
2. delete a line (`dd`)
3. `:Gwrite` (writes the current file to the index)
quickfixsigns will place a `-1` sign, although there is no (non-…
-
Thanks for the great plugin! Interactive staging (from :Gdiff) is the only thing I need to switch completely from fugitive.
As an alternative, if I could switch the diff action from `denite-git` to…
-
How to show always the winbar? Even when there are no items for nvim-navic to show. Just like the demo in the README.
This because the window scrolls when showing nvim-navic and when not.
-
set statusline+=%{exists('g:loaded_fugitive')?fugitive#statusline():''}
-
The way that [claude.vim](https://github.com/pasky/claude.vim) implements rewrite functionality is pretty nice: The edited file contents are written to a new split and a diff is automatically opened.…
fneu updated
3 months ago
-
When saving a fugitive buffer, e.g. writing to the Git index for some file, the signs for the corresponding buffer in the working tree should be updated.
It is possible to get the corresponding buffe…
-
It looks like the format string used to display lines in the status buffer is hardcoded:
```
function! s:QueryLog(refspec, limit, dir) abort
let [log, exec_error] = s:LinesError(['log', '-n', '…
-
First, terrific plugin. After understanding how fugitive worked, I just assumed that _exactly_ this functionality would be in it, because it seemed so natural, so I was happy to find someone had fill…
-
In order to configure a linter, I'm trying to read a global from the currently active NeoVim instance (the one that spawned the linter, in this case). Basically, I am trying to get something like this…
-
I am assuming Neovim is partially supported because [this issue](https://github.com/kana/vim-vspec/issues/50) was resolved, let me know if that's incorrect.
I have the following tests:
```vim
r…
rbong updated
3 years ago