Skip to content

Commit 278551e

Browse files
committed
Test: Disable swapfile to avoid test lockups
Swap files could be left behind when a test is interrupted, making following test runs stop due to Vim asking about recovery options.
1 parent dbfad2b commit 278551e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set nocompatible
22
set modeline
3+
set noswapfile
34
filetype plugin indent on
45
syntax enable

0 commit comments

Comments
 (0)