Updated plugins
This commit is contained in:
@@ -15,6 +15,10 @@ if exists('g:loaded_syntastic_python_pylama_checker')
|
||||
endif
|
||||
let g:loaded_syntastic_python_pylama_checker = 1
|
||||
|
||||
if !exists('g:syntastic_python_pylama_sort')
|
||||
let g:syntastic_python_pylama_sort = 1
|
||||
endif
|
||||
|
||||
let s:save_cpo = &cpo
|
||||
set cpo&vim
|
||||
|
||||
@@ -55,8 +59,6 @@ function! SyntaxCheckers_python_pylama_GetLocList() dict
|
||||
endif
|
||||
endfor
|
||||
|
||||
call self.setWantSort(1)
|
||||
|
||||
return loclist
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user