From e67e9d3909e6143d6e079665c9b1651b9c59eadc Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 18 Oct 2017 17:27:48 +0200 Subject: Added to submenus in GIT --- vimrc-full | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc-full b/vimrc-full index c3dd680..ae4456a 100644 --- a/vimrc-full +++ b/vimrc-full @@ -122,7 +122,7 @@ if has('cscope') " compiled with cscope support? 1001menu &Cscope.-Sep1- \ : 1001menu &Cscope.create\ and\ add\ database - \ :cscope kill -1:execute '!find -type f -regex ".*\.\(c\\|h\\|cpp\\|cxx\\|hh\\|hpp\\|hxx\)$" cscope -i- -b -q -u -v':cscope add . + \ :cscope kill -1:execute '!find -type f -regex ".*\.\(c\\|h\\|cpp\\|cxx\\|hh\\|hpp\\|hxx\)$" cscope -i- -b -q -v':cscope add . 1001menu &Cscope.-Sep2- \ : 1001menu &Cscope.add\ \. @@ -503,6 +503,8 @@ if has("autocmd") \ :let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}:SignifyRefresh menu &Git.&Display\ significance\ of\ changes \ :!git diff --stat HEAD~1..HEAD + menu &Git.&Display\ Changed\ files\ compared\ to\ master + \ :!git diff --name-status ..master menu &Match.Clear\ All\ Matches \ -- cgit v1.2.3