Skip to content

Commit 20eeb61

Browse files
committed
Fix patch applied twice.
1 parent 947000d commit 20eeb61

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

src/testdir/test_crypt.vim

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,3 @@ endfunc
1919
func Test_head_only_3()
2020
call Common_head_only('VimCrypt~03!abc')
2121
endfunc
22-
" Tests for encryption.
23-
" TODO: include tests from test71.
24-
25-
func Common_head_only(text)
26-
" This was crashing Vim
27-
split Xtest.txt
28-
call setline(1, a:text)
29-
wq
30-
call feedkeys(":split Xtest.txt\<CR>foobar\<CR>", "tx")
31-
call delete('Xtest.txt')
32-
call assert_match('VimCrypt', getline(1))
33-
bwipe!
34-
endfunc
35-
36-
func Test_head_only_2()
37-
call Common_head_only('VimCrypt~02!abc')
38-
endfunc
39-
40-
func Test_head_only_3()
41-
call Common_head_only('VimCrypt~03!abc')
42-
endfunc

0 commit comments

Comments
 (0)