- 02 Feb, 2022 6 commits
-
-
Andy Stewart authored
-
Andy Stewart authored
Fixes #803.
-
Andy Stewart authored
See #809.
-
Andy Stewart authored
Closes #807.
-
Andy Stewart authored
Although group names are case-insensitive: - Vim's docs use NONE; - the code already uses NONE elsewhere.
-
Mateusz Piotrowski authored
E.g., passing an empty group name to the sign argument linehl (e.g., "linehl=") causes the following error: ``` Error detected while processing /usr/home/0mp/.vim/plugged/vim-gitgutter/plugin/gitgutter.vim[96]..function gitgutter#highlight#define_signs[10]..<SNR>56_define_sign_line_highlights: line 9: E1249: Group name missing for linehl ``` This patch makes the those errors go away by passing "None" when no group name is needed.
-
- 29 Jan, 2022 1 commit
-
-
Andy Stewart authored
See #814, #607.
-
- 07 Sep, 2021 1 commit
-
-
Andy Stewart authored
Fixes #801.
-
- 30 Aug, 2021 1 commit
-
-
Georgi Kirilov authored
The --cc option is issued for merge conflicts.
-
- 06 Aug, 2021 2 commits
-
-
naohiro ono authored
-
naohiro ono authored
-
- 12 Jul, 2021 3 commits
-
-
Andy Stewart authored
See #789.
-
caojoshua authored
versions.
-
caojoshua authored
-
- 08 Jun, 2021 1 commit
-
-
Andy Stewart authored
See #668.
-
- 03 Jun, 2021 1 commit
-
-
Andy Stewart authored
This only applies to floating preview windows on Neovim. Handles the following way of closing the floating preview: - <Esc> - Moving cursor - 2<C-W>c (where 2 is the floating window's window number) - <C-W><C-W> to move into and out of the floating window Closes #786.
-
- 02 Jun, 2021 3 commits
-
-
Andy Stewart authored
See #784.
-
Andy Stewart authored
This allows custom maps for closing the hunk preview window. See #784.
-
Andy Stewart authored
See #784.
-
- 24 May, 2021 2 commits
-
-
Andy Stewart authored
-
Andy Stewart authored
See #784.
-
- 22 Apr, 2021 6 commits
-
-
Andy Stewart authored
-
Andy Stewart authored
See #396, #779.
-
Andy Stewart authored
The file name does not mean anything so it is unhelpful to show it. Not showing it avoids the hit-enter prompt which can occur.
-
Andy Stewart authored
-
Vincent Cordobes authored
-
Vincent Cordobes authored
-
- 13 Apr, 2021 1 commit
-
-
Andy Stewart authored
This bug was introduced by 9784226b in #708. It had the effect of not allowing an existing hunk preview window to increase in size for a larger hunk (up to 'previewheight'). See #775.
-
- 19 Mar, 2021 1 commit
-
-
Andy Stewart authored
Thanks @andymass for the patch. See #769.
-
- 18 Mar, 2021 1 commit
-
-
Andy Stewart authored
-
- 17 Mar, 2021 1 commit
-
-
Andy Stewart authored
-
- 16 Mar, 2021 1 commit
-
-
Andy Stewart authored
-
- 15 Mar, 2021 2 commits
-
-
Andy Stewart authored
I would prefer to remove the statusline altogether in the hunk preview window, making it consistent with the floating preview window. However I do not think that is possible; the best one can do is make it blank.
-
Andy Stewart authored
In da77e463 the function changed to be consistent with GitGutterGetHunks(), i.e. to show "no data" if called in a buffer for which gitgutter is inactive. This function is mostly used in status lines. GitGutter is inactive when a popup window is open. The commit mentioned above meant that when a completion window was open, the hunk summary in the status line changed to show no data. It changed back again once the completion window was closed, but the overall effect was a little distracting. This commit reverts the change. Closes #771.
-
- 22 Feb, 2021 1 commit
-
-
Andy Stewart authored
-
- 16 Feb, 2021 3 commits
-
-
Andy Stewart authored
Thanks to @sebastianmarkow for pointing this out.
-
Andy Stewart authored
-
Andy Stewart authored
Fixes #765.
-
- 11 Feb, 2021 1 commit
-
-
acelya authored
Like `set shell=pwsh\ -NoLogo`.
-
- 08 Feb, 2021 1 commit
-
-
Andy Stewart authored
See #718.
-