mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 03:50:30 +01:00
Jellybeans colorscheme update, added repeat and zoom plugins, changed
vcscommand to support switching VCS on fly, changed python snippets (edbg) added fitnesse wiki syntax.
This commit is contained in:
@@ -1027,6 +1027,9 @@ endfunction
|
||||
" Multiple inexact matches is currently considered an error.
|
||||
|
||||
function! VCSCommandGetVCSType(buffer)
|
||||
if exists("g:VCSTypeOverride")
|
||||
return g:VCSTypeOverride
|
||||
endif
|
||||
let vcsType = getbufvar(a:buffer, 'VCSCommandVCSType')
|
||||
if strlen(vcsType) > 0
|
||||
return vcsType
|
||||
|
||||
Reference in New Issue
Block a user