Mercurial > vim
view src/testdir/test_signs.in @ 9742:0b0b9864c811 v7.4.2146
commit https://github.com/vim/vim/commit/472472898ab71ac80a86fedc37f8eb91461788dd
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 2 22:36:02 2016 +0200
patch 7.4.2146
Problem: Not enough testing for popup menu. CTRL-E does not always work
properly.
Solution: Add more tests. When using CTRL-E check if the popup menu is
visible. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 02 Aug 2016 22:45:05 +0200 |
parents | 6a598be6d4e8 |
children |
line wrap: on
line source
Tests for signs STARTTEST :so small.vim :if !has("signs") : e! test.ok : wq! test.out :endif :" :sign define JumpSign text=x :exe 'sign place 42 line=2 name=JumpSign buffer=' . bufnr('') :" Split the window to the bottom to verify :sign-jump will stay in the current :" window if the buffer is displayed there :bot split :exe 'sign jump 42 buffer=' . bufnr('') :call append(line('$'), winnr()) :$-1,$w! test.out ENDTEST STARTTEST :qa! ENDTEST