From f4c73fe92f7b0cf03db214f89149485f69c129b6 Mon Sep 17 00:00:00 2001 From: Nigel McNie Date: Wed, 4 Jun 2008 10:26:34 +1200 Subject: [PATCH] Use setlocal instead of set so we don't clobber other buffers' settings. --- ext/vim/ftplugin/tks.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/vim/ftplugin/tks.vim b/ext/vim/ftplugin/tks.vim index 5fe4d90..3d7c764 100644 --- a/ext/vim/ftplugin/tks.vim +++ b/ext/vim/ftplugin/tks.vim @@ -1,3 +1,3 @@ -set tabstop=16 -set shiftwidth=16 -set noexpandtab +setlocal tabstop=16 +setlocal shiftwidth=16 +setlocal noexpandtab -- 2.39.5