mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-18 00:03:43 -05:00
Remove --intend-to-add from :Gstatus i
You can't actually apply a hunk to a file added with --intend-to-add, so this did not pair well with the hunk expansion behavior.
This commit is contained in:
@@ -270,11 +270,6 @@ X Discard the change under the cursor. This uses
|
||||
*fugitive_>*
|
||||
> Remove the inline diff of the file under the cursor.
|
||||
|
||||
*fugitive_i*
|
||||
i On untracked files, call |:Git| add --intent-to-add.
|
||||
Otherwise, move to next hunk, expanding inline diffs
|
||||
automatically.
|
||||
|
||||
*fugitive_dd*
|
||||
dd Perform a |:Gdiffsplit| on the file under the cursor.
|
||||
|
||||
@@ -328,6 +323,10 @@ C Open the commit containing the current file.
|
||||
) Jump to the next file or hunk.
|
||||
<C-N>
|
||||
|
||||
*fugitive_i*
|
||||
i Jump to the next file or hunk, expanding inline diffs
|
||||
automatically.
|
||||
|
||||
*fugitive_[[*
|
||||
[[ Jump to the previous section.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user