Mercurial > vim
view src/testdir/test97.in @ 5764:b650f2db8f96 v7.4.226
updated for version 7.4.226
Problem: Cursurline highlighting not redrawn when scrolling. (John
Marriott)
Solution: Check for required redraw in two places.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 28 Mar 2014 21:49:32 +0100 |
parents | 93cccad6a26b |
children | 8e9db1f27a00 |
line wrap: on
line source
Test whether glob()/globpath() return correct results with certain escaped characters. STARTTEST :so small.vim :set shell=doesnotexist :e test.out :put =glob('Xxx\{') :put =glob('Xxx\$') :w! Xxx{ :w! Xxx\$ :put =glob('Xxx\{') :put =glob('Xxx\$') :w :qa! ENDTEST