Mercurial > vim
view src/libvterm/t/65screen_protect.test @ 29326:1f1d99bba06c v9.0.0006
patch 9.0.0006: not all Visual Basic files are recognized
Commit: https://github.com/vim/vim/commit/8b5901e2f9466eb6f38f5b251e871f609f65e252
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jun 29 14:39:12 2022 +0100
patch 9.0.0006: not all Visual Basic files are recognized
Problem: Not all Visual Basic files are recognized.
Solution: Change detection of *.cls files. (Doug Kearns)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 29 Jun 2022 15:45:03 +0200 |
parents | bf530e4e910a |
children | 2d2758ffd959 |
line wrap: on
line source
INIT WANTSCREEN !Selective erase RESET PUSH "A\e[1\"qB\e[\"qC" ?screen_chars 0,0,1,3 = 0x41,0x42,0x43 PUSH "\e[G\e[?J" ?screen_chars 0,0,1,3 = 0x20,0x42 !Non-selective erase RESET PUSH "A\e[1\"qB\e[\"qC" ?screen_chars 0,0,1,3 = 0x41,0x42,0x43 PUSH "\e[G\e[J" ?screen_chars 0,0,1,3 =