diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-22 16:24:19 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-22 16:24:19 -0700 |
commit | 2a52fbabdba12537ef16c73d4f51223d44e86170 (patch) | |
tree | 3cd9983816de0b5a166eabd5a3d3f11c9aaade56 /plugin/vim-options.vim | |
parent | d9d2f3e3e0ef9bbc428790c9178a00fedaf0d556 (diff) |
Remove verbose option from git diff
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index bdeba08..6c59f7c 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -198,7 +198,7 @@ if !empty(glob(EditorDir.'plugged/vim-fugitive/plugin/fugitive.vim')) command ToggleGStatus :call ToggleGStatus() nnoremap <leader>gs :ToggleGStatus<CR> nnoremap <leader>gc :Gcommit --verbose<CR> - nnoremap <leader>gd :Gdiff --verbose<CR> + nnoremap <leader>gd :Gdiff<CR> endif "----------------------------------------------------------------------------------------------------------------------- |