Fix for vimlint

This commit is contained in:
Shougo Matsushita
2014-07-01 08:05:07 +09:00
parent 8d61e62a65
commit c871e0f84b
3 changed files with 9 additions and 12 deletions

View File

@@ -322,7 +322,6 @@ endfunction
function! s:_path2project_directory_others(vcs, path)
let vcs = a:vcs
let search_directory = a:path
let directory = ''
let find_directory = s:escape_file_searching(search_directory)
let d = finddir(vcs, find_directory . ';')

View File

@@ -29,6 +29,7 @@ let s:is_unix = has('unix')
" Unix:
" using :! , execute program in the background by shell.
function! s:spawn(expr, ...)
let shellslash = 0
if s:is_windows
let shellslash = &l:shellslash
setlocal noshellslash