diff options
Diffstat (limited to 'ftplugin/ansible.vim')
-rw-r--r-- | ftplugin/ansible.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/ansible.vim b/ftplugin/ansible.vim index e068dd3a..5f2f3f74 100644 --- a/ftplugin/ansible.vim +++ b/ftplugin/ansible.vim @@ -4,6 +4,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1 if exists('+regexpengine') && ('®expengine' == 0) setlocal regexpengine=1 endif +set isfname+=@-@ set path+=./../templates,./../files,templates,files endif |