Prospector: sort loclist.

This commit is contained in:
LCD 47 2014-10-22 10:21:53 +03:00
parent dd1560862c
commit ba1b4606e7

View File

@ -61,6 +61,8 @@ function! SyntaxCheckers_python_prospector_GetLocList() dict
endif
endfor
call self.setWantSort(1)
return loclist
endfunction