Transcompile ..= operator to support old vims, fixes #542

This commit is contained in:
Adam Stankiewicz
2020-09-09 17:08:29 +02:00
parent 2e1a980632
commit 2fe310256e
2 changed files with 4 additions and 2 deletions

View File

@@ -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