Procházet zdrojové kódy

Tests: expect an empty &buftype

Marco Hinz před 9 roky
rodič
revize
01278efa54
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/feature/buffer.vader

+ 1 - 1
test/feature/buffer.vader

@@ -4,7 +4,7 @@ Before:
 Execute (Check buffer options):
   AssertEqual 'startify', &filetype
   AssertEqual 'wipe',     &bufhidden
-  AssertEqual 'nofile',   &buftype
+  AssertEqual '',         &buftype
   AssertEqual 0,          &buflisted
   AssertEqual 0,          &cursorcolumn
   AssertEqual 0,          &cursorline