소스 검색

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