Lines Matching refs:msg
176 let msg = 'ttymouse=' .. ttymouse_val
182 call assert_equal(0, getcharmod(), msg)
186 call assert_equal(['foo foo', 'foo'], getline(1, '$'), msg)
191 call assert_equal(0, getcharmod(), msg)
194 call assert_equal(32, getcharmod(), msg) " double-click
196 call assert_equal('s', mode(), msg)
198 call assert_equal(['bar [foo bar] foo', 'foo'], getline(1, '$'), msg)
204 call assert_equal(0, getcharmod(), msg)
207 call assert_equal(32, getcharmod(), msg) " double-click
209 call assert_equal('s', mode(), msg)
211 call assert_equal(['foo bar foo', 'foo'], getline(1, '$'), msg)
220 call assert_equal(0, getcharmod(), msg)
223 call assert_equal(32, getcharmod(), msg) " double-click
226 call assert_equal(64, getcharmod(), msg) " triple-click
228 call assert_equal('S', mode(), msg)
230 call assert_equal(['bazfoo'], getline(1, '$'), msg)
235 call assert_equal(0, getcharmod(), msg)
238 call assert_equal(32, getcharmod(), msg) " double-click
241 call assert_equal(64, getcharmod(), msg) " triple-click
244 call assert_equal(96, getcharmod(), msg) " quadruple-click
247 call assert_equal("\<c-s>", mode(), msg)
249 call assert_equal(['axaa', 'bxbb'], getline(1, '$'), msg)