Explorar o código

Tests fail with Neovim. Disable the hidden option

Yegappan Lakshmanan %!s(int64=4) %!d(string=hai) anos
pai
achega
c48151ad12
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      test/unit_tests.vim

+ 3 - 0
test/unit_tests.vim

@@ -18,6 +18,9 @@ if s:do_profile
   profile! file */mru.vim
 endif
 
+" Tests assume that 'hidden' option is not set
+set nohidden
+
 source ../plugin/mru.vim
 
 " Function to log test results