mirror of
https://github.com/amix/vimrc
synced 2025-07-01 12:45:00 +08:00
Updated plugins
This commit is contained in:
@ -19,6 +19,10 @@ if !exists('g:syntastic_racket_code_ayatollah_script')
|
||||
let g:syntastic_racket_code_ayatollah_script = 'code-ayatollah.rkt'
|
||||
endif
|
||||
|
||||
if !exists('g:syntastic_racket_code_ayatollah_sort')
|
||||
let g:syntastic_racket_code_ayatollah_sort = 1
|
||||
endif
|
||||
|
||||
let s:save_cpo = &cpo
|
||||
set cpo&vim
|
||||
|
||||
@ -44,8 +48,6 @@ function! SyntaxCheckers_racket_code_ayatollah_GetLocList() dict
|
||||
let e['col'] += 1
|
||||
endfor
|
||||
|
||||
call self.setWantSort(1)
|
||||
|
||||
return loclist
|
||||
endfunction
|
||||
|
||||
|
Reference in New Issue
Block a user