aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_fold.vim
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-11-26 00:52:30 +0100
committerGitHub <noreply@github.com>2022-11-26 07:52:30 +0800
commit9dfbbde240fc095b856d8e0e1c670b1912ec6640 (patch)
treec1322178caf5ad0395aaa2d8034349e305ede953 /src/nvim/testdir/test_fold.vim
parentd38da27f1e1e4d8f2ff0af94b32aa531a9183255 (diff)
downloadrneovim-9dfbbde240fc095b856d8e0e1c670b1912ec6640.tar.gz
rneovim-9dfbbde240fc095b856d8e0e1c670b1912ec6640.tar.bz2
rneovim-9dfbbde240fc095b856d8e0e1c670b1912ec6640.zip
docs: fix typos (#21168)
Diffstat (limited to 'src/nvim/testdir/test_fold.vim')
-rw-r--r--src/nvim/testdir/test_fold.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_fold.vim b/src/nvim/testdir/test_fold.vim
index 23ed3817dd..2215166cd6 100644
--- a/src/nvim/testdir/test_fold.vim
+++ b/src/nvim/testdir/test_fold.vim
@@ -1192,7 +1192,7 @@ endfunc
" Test for merging two recursive folds when an intermediate line with no fold
" is removed
-func Test_fold_merge_recrusive()
+func Test_fold_merge_recursive()
new
call setline(1, [' one', ' two', 'xxxx', ' three',
\ ' four', "\tfive"])