Skip to content

Commit

Permalink
Require stringio explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Jul 31, 2019
1 parent 0127025 commit 055d32a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/cuculus.vim.rb
@@ -1,3 +1,5 @@
require 'stringio'

class Cuculus
def self.silent(&block)
$stderr = StringIO.new
Expand Down

0 comments on commit 055d32a

Please sign in to comment.