From 8ad0a0320d9515f91e8c6121229e1e88891e33e0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 30 Jul 2024 00:07:10 -0300 Subject: Fix: use setlocal for filetypes --- vim.dot.link/ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim.dot.link/ftplugin/python.vim') diff --git a/vim.dot.link/ftplugin/python.vim b/vim.dot.link/ftplugin/python.vim index 3e27472..047760c 100644 --- a/vim.dot.link/ftplugin/python.vim +++ b/vim.dot.link/ftplugin/python.vim @@ -1,2 +1,2 @@ " Python -set autoindent smartindent tabstop=4 softtabstop=4 shiftwidth=4 expandtab +setlocal autoindent smartindent tabstop=4 softtabstop=4 shiftwidth=4 expandtab -- cgit v1.2.3