Mercurial > vim
view src/libvterm/t/46screen_extent.test @ 13927:ec54a202ad0c v8.0.1834
patch 8.0.1834: GUI: find/replace dialog does not handle some chars
commit https://github.com/vim/vim/commit/518bc174ed34dc79303488914aaaa3c238a85080
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 13 17:05:30 2018 +0200
patch 8.0.1834: GUI: find/replace dialog does not handle some chars
Problem: GUI: find/replace dialog does not handle some chars properly.
Solution: Escape '?' when needed. Always escape backslash. (closes https://github.com/vim/vim/issues/2418,
closes #2435)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 13 May 2018 17:15:05 +0200 |
parents | b8299e742f41 |
children |
line wrap: on
line source
INIT WANTSCREEN !Bold extent RESET PUSH "AB\e[1mCD\e[mE" ?screen_attrs_extent 0,0 = 0,0-1,1 ?screen_attrs_extent 0,1 = 0,0-1,1 ?screen_attrs_extent 0,2 = 0,2-1,3 ?screen_attrs_extent 0,3 = 0,2-1,3 ?screen_attrs_extent 0,4 = 0,4-1,79