diff options
| author | Max Christian Pohle | 2017-10-18 17:27:48 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2017-10-18 17:27:48 +0200 |
| commit | e67e9d3909e6143d6e079665c9b1651b9c59eadc (patch) | |
| tree | 9847445e3919db80a3d69829b6e4417ca4d0fede /vimrc-full | |
| parent | a7b56349f1e37634ff358d963bcf1a8d7857851c (diff) | |
| download | vim-e67e9d3909e6143d6e079665c9b1651b9c59eadc.tar.bz2 vim-e67e9d3909e6143d6e079665c9b1651b9c59eadc.zip | |
Added to submenus in GIT
Diffstat (limited to 'vimrc-full')
| -rw-r--r-- | vimrc-full | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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> |
