aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_const.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-12 09:07:23 -0500
committerGitHub <noreply@github.com>2020-12-12 09:07:23 -0500
commit4f9e7a512dc606ddaff6dbfd78328077d685960d (patch)
treedd424c69d98880cb9d366735fd53e331bdf80332 /src/nvim/testdir/test_const.vim
parentb6723e1ea065a818e6cda4c917c9c11d7cb67652 (diff)
parentda5c547ee3fa590159a82461bc0cd108d9e0ab3b (diff)
downloadrneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.gz
rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.tar.bz2
rneovim-4f9e7a512dc606ddaff6dbfd78328077d685960d.zip
Merge pull request #13521 from janlazo/nvim-8.1.2246
vim-patch:8.1.2246
Diffstat (limited to 'src/nvim/testdir/test_const.vim')
-rw-r--r--src/nvim/testdir/test_const.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_const.vim b/src/nvim/testdir/test_const.vim
index fc7ea71f6e..ea69c8cba4 100644
--- a/src/nvim/testdir/test_const.vim
+++ b/src/nvim/testdir/test_const.vim
@@ -109,7 +109,7 @@ func Test_define_script_var_with_lock()
unlet s:x
endfunc
-func Test_descructuring_with_lock()
+func Test_destructuring_with_lock()
const [a, b, c] = [1, 1.1, 'vim']
call assert_fails('let a = 1', 'E741:')