Mercurial > vim
view src/testdir/test104.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 | 22387c8eec43 |
children | 839cca5ec18d |
line wrap: on
line source
Tests for autoload. vim: set ft=vim ts=8 : STARTTEST :so small.vim :set runtimepath+=./sautest :" Test to not autoload when assigning. It causes internal error. :try : let Test104#numvar = function('tr') : $put ='OK: ' . string(Test104#numvar) :catch : $put ='FAIL: ' . v:exception :endtry :/^Results/,$wq! test.out ENDTEST Results of test104: