diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-02 22:36:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-02 22:36:02 +0200 |
commit | 472472898ab71ac80a86fedc37f8eb91461788dd (patch) | |
tree | 3e8de60a24605e8fddeac5ceec0bd5a6d46b34d0 /.travis.yml | |
parent | 86f2cd5bc574c23fa276d7f57cd1300e24222913 (diff) | |
download | vim-git-472472898ab71ac80a86fedc37f8eb91461788dd.tar.gz |
patch 7.4.2146v7.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)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 13ad376d4..0acbf90ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,7 @@ addons: - python3-dev - liblua5.1-0-dev - lua5.1 + - cscope before_install: - pip install --user cpp-coveralls |