From 1b1b5f4dc460257028e03dbc29a148fbfc93932e Mon Sep 17 00:00:00 2001 From: mityu Date: Sat, 6 Apr 2024 23:59:24 +0900 Subject: [PATCH] tmp --- test/applier.vimspec | 1 + 1 file changed, 1 insertion(+) diff --git a/test/applier.vimspec b/test/applier.vimspec index e4f6564..0e7ea4e 100644 --- a/test/applier.vimspec +++ b/test/applier.vimspec @@ -33,6 +33,7 @@ Describe Applier class End It is a validation. + call themis#log(execute('scr')->split("\n")) " Check for the auto indentation. Feedkeys iif fooaaaendif Assert Equals(GetAllLines(), ['if foo', "\taaa", 'endif'])