aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_breakindent.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-14 18:56:30 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-02-14 18:56:30 +0800
commitdcefd48c1b7023bb1dce25bf9f6cfce47edbe993 (patch)
tree58bce3c008b9c154b93975b446c2520701dcaca4 /src/nvim/testdir/test_breakindent.vim
parentc9b46f154bfd1208310f8de931e899f562da9a95 (diff)
downloadrneovim-dcefd48c1b7023bb1dce25bf9f6cfce47edbe993.tar.gz
rneovim-dcefd48c1b7023bb1dce25bf9f6cfce47edbe993.tar.bz2
rneovim-dcefd48c1b7023bb1dce25bf9f6cfce47edbe993.zip
vim-patch:8.2.0156: various typos in source files and tests
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes vim/vim#5532) https://github.com/vim/vim/commit/4b96df5a017a04141c4e901b1fc5704a3ca48099
Diffstat (limited to 'src/nvim/testdir/test_breakindent.vim')
-rw-r--r--src/nvim/testdir/test_breakindent.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_breakindent.vim b/src/nvim/testdir/test_breakindent.vim
index b619f2adb6..438edb0257 100644
--- a/src/nvim/testdir/test_breakindent.vim
+++ b/src/nvim/testdir/test_breakindent.vim
@@ -1,7 +1,7 @@
" Test for breakindent
"
" Note: if you get strange failures when adding new tests, it might be that
-" while the test is run, the breakindent cacheing gets in its way.
+" while the test is run, the breakindent caching gets in its way.
" It helps to change the tabstop setting and force a redraw (e.g. see
" Test_breakindent08())
if !exists('+breakindent')