summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cmdline.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-05 18:00:42 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-05 18:00:42 +0000
commita9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 (patch)
treef22f9b6ea343ff0151b39b11da757ecd2c91fafc /src/testdir/test_cmdline.vim
parent40b4872966d3886e7ff86184ae4ffb58704bf075 (diff)
patch 9.0.1285: various small problemsv9.0.1285
Problem: Various small problems. Solution: Adjust white space and comments.
Diffstat (limited to 'src/testdir/test_cmdline.vim')
-rw-r--r--src/testdir/test_cmdline.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_cmdline.vim b/src/testdir/test_cmdline.vim
index 23d6b4c92c..e1c336a950 100644
--- a/src/testdir/test_cmdline.vim
+++ b/src/testdir/test_cmdline.vim
@@ -274,7 +274,7 @@ func Test_changing_cmdheight()
call term_sendkeys(buf, ":set cmdheight-=2\<CR>")
call VerifyScreenDump(buf, 'Test_changing_cmdheight_4', {})
- " reducing window size and then setting cmdheight
+ " reducing window size and then setting cmdheight
call term_sendkeys(buf, ":resize -1\<CR>")
call term_sendkeys(buf, ":set cmdheight=1\<CR>")
call VerifyScreenDump(buf, 'Test_changing_cmdheight_5', {})
@@ -491,7 +491,7 @@ func Test_getcompletion()
call assert_equal([], l)
if !has('ruby')
- " global_functions[] has an entry but it doesn't have an implemention
+ " global_functions[] has an entry but it doesn't have an implementation
let l = getcompletion('ruby', 'function')
call assert_equal([], l)
endif