1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 21:49:05 +00:00

Added vim-flake8 (pyflakes+pep8+mccabe)

Updated vcs plugin
This commit is contained in:
2013-07-05 20:27:58 +00:00
parent 1b3b3cb2dc
commit f4e66759ec
21 changed files with 5750 additions and 32 deletions

View File

@ -111,7 +111,7 @@ let s:cvsFunctions = {}
" Returns the executable used to invoke cvs suitable for use in a shell
" command.
function! s:Executable()
return VCSCommandGetOption('VCSCommandCVSExec', 'cvs')
return shellescape(VCSCommandGetOption('VCSCommandCVSExec', 'cvs'))
endfunction
" Function: s:DoCommand(cmd, cmdName, statusText, options) {{{2