Mercurial > vim
view src/libvterm/t/90vttest_02-screen-3.test @ 25139:7fa520b85244 v8.2.3106
patch 8.2.3106: Vim9: confusing line number reported for error
Commit: https://github.com/vim/vim/commit/6977dba04b68b91410585ada65079651788ca7dc
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jul 4 22:48:12 2021 +0200
patch 8.2.3106: Vim9: confusing line number reported for error
Problem: Vim9: confusing line number reported for error.
Solution: Use the start line number for the store instruction.
(closes #8488)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 04 Jul 2021 23:00:04 +0200 |
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"