diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/yaml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/yaml.vim b/ftplugin/yaml.vim index 2e9728bd..261d71ca 100644 --- a/ftplugin/yaml.vim +++ b/ftplugin/yaml.vim @@ -19,7 +19,7 @@ setlocal comments=:# commentstring=#\ %s expandtab setlocal formatoptions-=t formatoptions+=croql if !exists("g:yaml_recommended_style") || g:yaml_recommended_style != 0 - let b:undo_ftplugin ..= " sw< sts<" + let b:undo_ftplugin .= " sw< sts<" setlocal shiftwidth=2 softtabstop=2 endif |