summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-09-17 11:21:30 +0100
committerGitHub <noreply@github.com>2018-09-17 11:21:30 +0100
commita4a4bba884bee9714fcfe70d049e0844ac288743 (patch)
tree8088821e3811324d8eb88fbb5f6f2e3592b55cae /ale_linters
parentf9e99d81a4187a0d017d5db3aaa5c4bbfe3ecc54 (diff)
parentb7fcec4d177f99f56f543830c7b51f18c3b3a4a0 (diff)
downloadale-a4a4bba884bee9714fcfe70d049e0844ac288743.zip
Merge pull request #1927 from jparise/thrift-includes-default
thrift: default thrift_thrift_includes to ['.']
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/thrift/thrift.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/thrift/thrift.vim b/ale_linters/thrift/thrift.vim
index 396a2355..36a8656e 100644
--- a/ale_linters/thrift/thrift.vim
+++ b/ale_linters/thrift/thrift.vim
@@ -2,7 +2,7 @@
call ale#Set('thrift_thrift_executable', 'thrift')
call ale#Set('thrift_thrift_generators', ['cpp'])
-call ale#Set('thrift_thrift_includes', [])
+call ale#Set('thrift_thrift_includes', ['.'])
call ale#Set('thrift_thrift_options', '-strict')
function! ale_linters#thrift#thrift#GetCommand(buffer) abort