aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2017-10-18 17:27:48 +0200
committerMax Christian Pohle2017-10-18 17:27:48 +0200
commite67e9d3909e6143d6e079665c9b1651b9c59eadc (patch)
tree9847445e3919db80a3d69829b6e4417ca4d0fede
parenta7b56349f1e37634ff358d963bcf1a8d7857851c (diff)
downloadvim-e67e9d3909e6143d6e079665c9b1651b9c59eadc.tar.bz2
vim-e67e9d3909e6143d6e079665c9b1651b9c59eadc.zip
Added to submenus in GIT
-rw-r--r--vimrc-full4
1 files changed, 3 insertions, 1 deletions
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?
122 1001menu &Cscope.-Sep1- 122 1001menu &Cscope.-Sep1-
123 \ : 123 \ :
124 1001menu &Cscope.create\ and\ add\ database 124 1001menu &Cscope.create\ and\ add\ database
125 \ :cscope kill -1<CR>:execute '!find -type f -regex ".*\.\(c\\|h\\|cpp\\|cxx\\|hh\\|hpp\\|hxx\)$" <bar> cscope -i- -b -q -u -v'<CR>:cscope add .<CR> 125 \ :cscope kill -1<CR>:execute '!find -type f -regex ".*\.\(c\\|h\\|cpp\\|cxx\\|hh\\|hpp\\|hxx\)$" <bar> cscope -i- -b -q -v'<CR>:cscope add .<CR>
126 1001menu &Cscope.-Sep2- 126 1001menu &Cscope.-Sep2-
127 \ : 127 \ :
128 1001menu &Cscope.add\ \. 128 1001menu &Cscope.add\ \.
@@ -503,6 +503,8 @@ if has("autocmd")
503 \ :let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}<CR>:SignifyRefresh<CR> 503 \ :let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}<CR>:SignifyRefresh<CR>
504 menu &Git.&Display\ significance\ of\ changes 504 menu &Git.&Display\ significance\ of\ changes
505 \ :!git diff --stat HEAD~1..HEAD 505 \ :!git diff --stat HEAD~1..HEAD
506 menu &Git.&Display\ Changed\ files\ compared\ to\ master
507 \ :!git diff --name-status ..master
506 508
507 menu &Match.Clear\ All\ Matches 509 menu &Match.Clear\ All\ Matches
508 \<Tab><F6> 510 \<Tab><F6>
..