]> git.mjollnir.org Git - tks.git/commitdiff
Use setlocal instead of set so we don't clobber other buffers' settings.
authorNigel McNie <nigel@catalyst.net.nz>
Tue, 3 Jun 2008 22:26:34 +0000 (10:26 +1200)
committerNigel McNie <nigel@catalyst.net.nz>
Tue, 3 Jun 2008 22:26:34 +0000 (10:26 +1200)
ext/vim/ftplugin/tks.vim

index 5fe4d90a5a9ffe71ab4e9a73c351c495ceb3c62f..3d7c7643012a8c56a476eabcdf97c2a8060de282 100644 (file)
@@ -1,3 +1,3 @@
-set tabstop=16
-set shiftwidth=16
-set noexpandtab
+setlocal tabstop=16
+setlocal shiftwidth=16
+setlocal noexpandtab