diff options
| -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> |
