Lines Matching refs:verbose
263 " Test the -V[N] argument to set the 'verbose' option to [N]
268 let out = system(GetVimCommand() . ' --clean -es -X -V0 -c "set verbose?" -cq')
269 call assert_equal(" verbose=0\n", out)
271 let out = system(GetVimCommand() . ' --clean -es -X -V2 -c "set verbose?" -cq')
273 call assert_match(" verbose=2\n", out)
275 let out = system(GetVimCommand() . ' --clean -es -X -V15 -c "set verbose?" -cq')
276 …ing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline 1: \" The default vimrc file\..* verbose=15\n", out)
357 " Test the -V[N]{filename} argument to set the 'verbose' option to N
360 if RunVim([], [], ' --clean -V2Xverbosefile -c "set verbose? verbosefile?" -cq')
363 call assert_match("\n verbose=2\n", out)
763 …let out = system(GetVimCommand() . '-u NONE -es -c''set verbose=1|h|exe "%norm\<c-y>\<c-d>"'' -c c…