lua.kak: Add test cases for unindent

This commit is contained in:
Hugo Musso Gualandi 2021-09-26 11:54:02 -03:00
parent c26fb65ed1
commit 25a0fe8f58
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1 @@
cend<esc>

View File

@ -0,0 +1,7 @@
if A then
%( )
if A then
while B then
end
%( )

View File

@ -0,0 +1,7 @@
if A then
end
if A then
while B then
end
end

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/filetype/lua.kak"
set buffer filetype lua