view src/libvterm/t/90vttest_02-screen-3.test @ 19481:c27837cbe922 v8.2.0298

patch 8.2.0298: Vim9 script: cannot start command with a string constant Commit: https://github.com/vim/vim/commit/0c6ceaf90389b41545d803458c4813013811c756 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 22 18:36:32 2020 +0100 patch 8.2.0298: Vim9 script: cannot start command with a string constant Problem: Vim9 script: cannot start command with a string constant. Solution: Recognize expression starting with '('.
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Feb 2020 18:45:04 +0100
parents b8299e742f41
children
line wrap: on
line source

# Origin mode
INIT
WANTSCREEN

RESET

PUSH "\e[?6h"
PUSH "\e[23;24r"
PUSH "\n"
PUSH "Bottom"
PUSH "\e[1;1H"
PUSH "Above"

!Output
?screen_row 22 = "Above"
?screen_row 23 = "Bottom"