diff src/testdir/test_quickfix.vim @ 31259:a7dba627a21b v9.0.0963

patch 9.0.0963: function name does not match autocmd event name Commit: https://github.com/vim/vim/commit/269aa2b29ac3e4c0083d929e2477c95e7bd1177a Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Nov 28 11:36:50 2022 +0000 patch 9.0.0963: function name does not match autocmd event name Problem: Function name does not match autocmd event name. Solution: Rename "optionsset" to "optionset". (closes https://github.com/vim/vim/issues/11630)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Nov 2022 12:45:04 +0100
parents f55ddd3748f5
children b6bef244837e
line wrap: on
line diff
--- a/src/testdir/test_quickfix.vim
+++ b/src/testdir/test_quickfix.vim
@@ -3394,7 +3394,7 @@ func Test_cclose_from_copen()
 endfunc
 
 func Test_cclose_in_autocmd()
-  " Problem is only triggered if "starting" is zero, so that the OptionsSet
+  " Problem is only triggered if "starting" is zero, so that the OptionSet
   " event will be triggered.
   call test_override('starting', 1)
   augroup QF_Test