aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-01-12 20:01:42 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-01-12 22:24:52 +0100
commitc8f696f2b0c289a88054c20e0415051ebe017eb3 (patch)
treefea918d698130a7a8c8862e33a20b376973116c6 /test
parente32af31ee89c6a251e8d551a044c7876b9514579 (diff)
downloadrneovim-c8f696f2b0c289a88054c20e0415051ebe017eb3.tar.gz
rneovim-c8f696f2b0c289a88054c20e0415051ebe017eb3.tar.bz2
rneovim-c8f696f2b0c289a88054c20e0415051ebe017eb3.zip
vim-patch:9.1.0025: A few typos in tests and justify.vim
Problem: A few typos in tests and justify.vim Solution: fix them closes: vim/vim#13848 https://github.com/vim/vim/commit/dc4c37b9d5130c777b377287b8b38cd24da084cb Co-authored-by: dundargoc <gocdundar@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/old/testdir/test_normal.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_normal.vim b/test/old/testdir/test_normal.vim
index 96992c4d89..1c49c0b446 100644
--- a/test/old/testdir/test_normal.vim
+++ b/test/old/testdir/test_normal.vim
@@ -2240,7 +2240,7 @@ func Test_normal29_brace()
[DATA]
call assert_equal(expected, getline(1, '$'))
- " Test with { in cpooptions
+ " Test with { in cpoptions
%d
call append(0, text)
" Nvim: no "{" flag in 'cpoptions'.