diff options
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/ftplugin/yaml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim index 24241cb..6b4c519 100644 --- a/.vim/ftplugin/yaml.vim +++ b/.vim/ftplugin/yaml.vim @@ -1,2 +1,2 @@ setlocal expandtab shiftwidth=2 softtabstop=2 shiftround -let b:under_ftplugin = "setlocal expandtab< shiftwidth< softtabstop< shiftround<" +let b:undo_ftplugin = "setlocal expandtab< shiftwidth< softtabstop< shiftround<" |