call assert_match("Note: Encryption of swapfile not supported, disabling swap file", execute(':messages'))
w!
" encrypted using xchacha20
- call assert_match("\[xchacha20\]", execute(':messages'))
+ call assert_match('\[xchacha20\]', execute(':messages'))
bw!
call feedkeys(":sp Xcrypt_sodium.txt\<CR>sodium\<CR>", 'xt')
" successfully decrypted
throw 'Skipped: sodium_mlock() not possible'
endtry
" encrypted using xchacha20
- call assert_match("\[xchachav2\]", execute(':messages'))
+ call assert_match('\[xchacha20v2\]', execute(':messages'))
bw!
try
call feedkeys(":verbose :sp Xcrypt_sodium_v2.txt\<CR>sodium\<CR>", 'xt')