Add a has() wrapper we can override for tests, and add a function for generating paths up to the root directory to search through

This commit is contained in:
w0rp
2017-05-05 23:03:19 +01:00
parent 6b15c7c9fd
commit ab9afaa2bf
4 changed files with 80 additions and 0 deletions

2
autoload/ale/python.vim Normal file
View File

@@ -0,0 +1,2 @@
" Author: w0rp <devw0rp@gmail.com>
" Description: Functions for integrating with Python linters.