diff options
Diffstat (limited to '')
-rw-r--r-- | indent/ansible.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/ansible.vim b/indent/ansible.vim index bc224e3a..a68128c4 100644 --- a/indent/ansible.vim +++ b/indent/ansible.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1 + let s:save_cpo = &cpo set cpo&vim @@ -58,4 +59,5 @@ function GetAnsibleIndent(lnum) endfunction let &cpo = s:save_cpo + endif |