소스 검색

Remove the not-a-term argument which is not supported in older Vim versions and NeoVim

Yegappan Lakshmanan 3 년 전
부모
커밋
e3e1c4f629
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/run_mru_tests.sh

+ 1 - 1
test/run_mru_tests.sh

@@ -3,7 +3,7 @@
 # Script to run the unit-tests for the MRU Vim plugin
 
 VIMPRG=${VIMPRG:=/usr/bin/vim}
-VIM_CMD="$VIMPRG -N -u NONE -U NONE -i NONE --not-a-term"
+VIM_CMD="$VIMPRG -N -u NONE -U NONE -i NONE"
 
 $VIM_CMD -S unit_tests.vim