From e404a658b1647fad396a954776eda0bdabf8353c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 20 Dec 2016 20:57:20 +0100 Subject: Update --- ftplugin/ansible.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftplugin/ansible.vim') diff --git a/ftplugin/ansible.vim b/ftplugin/ansible.vim index df766194..bbfd05df 100644 --- a/ftplugin/ansible.vim +++ b/ftplugin/ansible.vim @@ -4,5 +4,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1 if exists('+regexpengine') && ('®expengine' == 0) setlocal regexpengine=1 endif +set path+=./../templates,./../files endif -- cgit v1.2.3