~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to test/functional/ui/screen.lua

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-02-20 22:41:32 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20160220224132-e24n8lh3yo5ylt23
Tags: upstream-0.1.2
ImportĀ upstreamĀ versionĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
  default_screen_timeout = default_screen_timeout * 3
120
120
end
121
121
 
122
 
if os.getenv('CI_TARGET') then
 
122
if os.getenv('CI') then
123
123
  default_screen_timeout = default_screen_timeout * 3
124
124
end
125
125