From b12cd861c1aa42bd2be692ef7b02670cb9f6c586 Mon Sep 17 00:00:00 2001 From: Eliaz Bobadilla <71897736+UltiRequiem@users.noreply.github.com> Date: Mon, 17 May 2021 23:06:40 -0500 Subject: Use setlocal insted of set (#404) * setlocal insted of set for css Check `:h setl` * setlocal insted of set for html * setlocal insted of set for js * setlocal insted of set for jsreact * setlocal insted of set for yaml --- ftplugin/javascriptreact.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftplugin/javascriptreact.vim') diff --git a/ftplugin/javascriptreact.vim b/ftplugin/javascriptreact.vim index e23b6fb7..bab6d7c1 100644 --- a/ftplugin/javascriptreact.vim +++ b/ftplugin/javascriptreact.vim @@ -1,3 +1,3 @@ -setlocal commentstring={/*%s*/} -set ts=2 -set sw=2 +setl commentstring={/*%s*/} +setl ts=2 +setl sw=2 -- cgit v1.2.3