view src/libvterm/t/92lp1640917.test @ 35186:72d40617b9e7 default tip

runtime(doc): fix typo in vim9script help file (#14782) Commit: https://github.com/vim/vim/commit/f5c8f520baed35584a456f25b038d59f41d420b6 Author: jbm950 <jmilam343@gmail.com> Date: Thu May 16 13:53:39 2024 -0400 runtime(doc): fix typo in vim9script help file (https://github.com/vim/vim/issues/14782) This commit fixes a typo in the first example of the vim9script help file. Trying to execute the given example before resulted in a "trailing characters" error. Signed-off-by: jbm950 <jmilam343@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 16 May 2024 20:00:11 +0200
parents b8299e742f41
children
line wrap: on
line source

INIT
WANTSTATE 

!Mouse reporting should not break by idempotent DECSM 1002
PUSH "\e[?1002h"
MOUSEMOVE 0,0 0
MOUSEBTN d 1 0
  output "\e[M\x20\x21\x21"
MOUSEMOVE 1,0 0
  output "\e[M\x40\x21\x22"
PUSH "\e[?1002h"
MOUSEMOVE 2,0 0
  output "\e[M\x40\x21\x23"