瀏覽代碼

Tests fail with Neovim. Disable the hidden option

Yegappan Lakshmanan 4 年之前
父節點
當前提交
c48151ad12
共有 1 個文件被更改,包括 3 次插入0 次删除
  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