summaryrefslogtreecommitdiffstats
path: root/ftplugin/ansible.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:10:32 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:10:32 +0100
commitbb85059bacd5b415a012f25679111a0e55d3c6d9 (patch)
tree315b2238ec4840aa4bf00ae48276bdffded07673 /ftplugin/ansible.vim
parent11f53253ad9fd0cd3e7a44ed9f8c80a4f265b46e (diff)
downloadvim-polyglot-bb85059bacd5b415a012f25679111a0e55d3c6d9.tar.gz
vim-polyglot-bb85059bacd5b415a012f25679111a0e55d3c6d9.zip
Update
Diffstat (limited to 'ftplugin/ansible.vim')
-rw-r--r--ftplugin/ansible.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/ansible.vim b/ftplugin/ansible.vim
index bbfd05df..e068dd3a 100644
--- a/ftplugin/ansible.vim
+++ b/ftplugin/ansible.vim
@@ -4,6 +4,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1
if exists('+regexpengine') && ('&regexpengine' == 0)
setlocal regexpengine=1
endif
-set path+=./../templates,./../files
+set path+=./../templates,./../files,templates,files
endif