aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/scroll_opt_spec.lua
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-10-29 09:02:32 +0100
committerGitHub <noreply@github.com>2023-10-29 16:02:32 +0800
commit2dc9ceb99c018b15dcf0c443cad46efecccaf94e (patch)
treef1850d042c6628949b52d16e53912dd14683b298 /test/functional/legacy/scroll_opt_spec.lua
parent0da27e9bdec14acf82731c4d5e0ad7d673697af7 (diff)
downloadrneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.gz
rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.tar.bz2
rneovim-2dc9ceb99c018b15dcf0c443cad46efecccaf94e.zip
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de> Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
Diffstat (limited to 'test/functional/legacy/scroll_opt_spec.lua')
-rw-r--r--test/functional/legacy/scroll_opt_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/scroll_opt_spec.lua b/test/functional/legacy/scroll_opt_spec.lua
index b179338665..5b4bfb3caa 100644
--- a/test/functional/legacy/scroll_opt_spec.lua
+++ b/test/functional/legacy/scroll_opt_spec.lua
@@ -884,7 +884,7 @@ describe('smoothscroll', function()
end)
-- oldtest: Test_smoothscroll_multi_skipcol()
- it('scrolling mulitple lines and stopping at non-zero skipcol', function()
+ it('scrolling multiple lines and stopping at non-zero skipcol', function()
screen:try_resize(40, 10)
screen:set_default_attr_ids({
[0] = {foreground = Screen.colors.Blue, bold = true},