From d43b70d93987c94d15a352cf0026fb93d3317cc8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 26 Dec 2018 10:41:57 +0100 Subject: Update --- indent/lua.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/lua.vim') diff --git a/indent/lua.vim b/indent/lua.vim index 8e5e63ed..6d102d89 100644 --- a/indent/lua.vim +++ b/indent/lua.vim @@ -113,7 +113,7 @@ function GetLuaIndent() " restore cursor call setpos(".", original_cursor_pos) - return indent(prev_line) + (&sw * i) + return indent(prev_line) + (shiftwidth() * i) endfunction -- cgit v1.2.3