Commit Graph

13 Commits

Author SHA1 Message Date
itchyny
f5039419d8 remove sudo: false from .travis.yml 2019-08-06 15:33:58 +09:00
itchyny
1afe1e9bd5 change events for updating the statusline, from BufWinEnter,FileType to BufEnter (close #352)
- fix the active statusline after updating the quickfix/location list
- use g:qf_disable_statusline to disable the statusline of the default ftplugin
- for before Vim 8.1.1715, keep using FileType event to overwrite the statusline of the quickfix window
2019-07-30 21:23:20 +09:00
itchyny
48b4ee4997 test with Vim 8.1.1700 on TravisCI 2019-07-20 13:34:12 +09:00
itchyny
d1c24b630f update .travis.yml: add test on Vim 8.1.0000 2019-01-19 02:10:22 +09:00
itchyny
bd85cedc55 remove test on Vim 7.2.051
- because build fails due to -Werror=format-security
2017-09-18 08:21:19 +09:00
itchyny
6034e639e8 update .travis.yml: tweak indent in install script 2017-04-21 23:44:28 +09:00
itchyny
011b0d51f0 update .travis.yml: export PATH in script 2017-04-21 23:40:26 +09:00
itchyny
2d46cf9556 update .travis.yml: refactor Travis configuration 2017-04-21 13:37:42 +09:00
itchyny
a1d35bf9b8 use the cache feature of Travis 2016-04-17 13:34:57 +09:00
itchyny
42bec1766f fix tests on Travis
- use 7.2.051 (because vim-themis depends on the patch; the third argument of globpath())
 - take care of PATH correctly (previously the tests were not tested on the intended versions)
2016-04-14 00:22:47 +09:00
itchyny
8226d67fdf update .travis.yml: test on older versions of Vim 2016-04-09 09:59:39 +09:00
itchyny
e6d52f61a6 stop installing the latest Vim on Travis 2016-03-20 01:43:31 +09:00
itchyny
c576092981 Test on Travis 2016-03-19 18:49:17 +09:00