summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autocmd.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-01 14:45:28 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-01 14:45:28 +0200
commit1bc353b6f1b063e189e0cef26f8dc586dcf9161f (patch)
tree79221062c2d8fdff55380c21c9f35884f1468c64 /src/testdir/test_autocmd.vim
parent02b31110d31e995326080807716e79e38fe501df (diff)
patch 8.1.1955: tests contain typosv8.1.1955
Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
Diffstat (limited to 'src/testdir/test_autocmd.vim')
-rw-r--r--src/testdir/test_autocmd.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim
index 9dc578e451..0979bb4a15 100644
--- a/src/testdir/test_autocmd.vim
+++ b/src/testdir/test_autocmd.vim
@@ -1091,7 +1091,7 @@ func Test_OptionSet()
call assert_equal(g:opt[0], g:opt[1])
- " 33: Test autocomands when an option value is converted internally.
+ " 33: Test autocommands when an option value is converted internally.
noa set backspace=1 " Reset global and local value (without triggering autocmd)
let g:options=[['backspace', 'indent,eol', 'indent,eol', 'indent,eol', '2', 'global', 'set']]
set backspace=2