aboutsummaryrefslogtreecommitdiff
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
commitc9b46f154bfd1208310f8de931e899f562da9a95 (patch)
tree9a4bede4a0f40df11a1eacaac7623fdd31525d46
parent8a80ab27bd7b819f4c8b48976b641dab002f0247 (diff)
downloadrneovim-c9b46f154bfd1208310f8de931e899f562da9a95.tar.gz
rneovim-c9b46f154bfd1208310f8de931e899f562da9a95.tar.bz2
rneovim-c9b46f154bfd1208310f8de931e899f562da9a95.zip
vim-patch:8.1.1955: tests contain typos
Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle) https://github.com/vim/vim/commit/1bc353b6f1b063e189e0cef26f8dc586dcf9161f Other changes are either N/A or already applied.
-rw-r--r--src/nvim/testdir/test_cindent.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_cindent.vim b/src/nvim/testdir/test_cindent.vim
index 5dc54111e7..e5933ed80b 100644
--- a/src/nvim/testdir/test_cindent.vim
+++ b/src/nvim/testdir/test_cindent.vim
@@ -815,7 +815,7 @@ func Test_cindent_1()
}
}
- public: // <-- this was incoreectly indented before!!
+ public: // <-- this was incorectly indented before!!
void testfall();
protected:
void testfall();
@@ -1792,7 +1792,7 @@ func Test_cindent_1()
}
}
- public: // <-- this was incoreectly indented before!!
+ public: // <-- this was incorectly indented before!!
void testfall();
protected:
void testfall();