From b04044e78d7db337172dc6ae9cb11360ad5065fe Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 11 Jan 2012 16:34:32 -0800 Subject: [PATCH] setlocal instead of set in XML ftdetect --- vim/after/ftplugin/xml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/ftplugin/xml.vim b/vim/after/ftplugin/xml.vim index fc26a17..45c7b74 100644 --- a/vim/after/ftplugin/xml.vim +++ b/vim/after/ftplugin/xml.vim @@ -1 +1 @@ -set sw=2 sts=2 +setlocal sw=2 sts=2