diff --git a/autoload/FIGlet.vim b/autoload/FIGlet.vim index f4f0cf1..4f5267e 100644 --- a/autoload/FIGlet.vim +++ b/autoload/FIGlet.vim @@ -28,7 +28,7 @@ function! RunFIGlet(text, opts, width, font, fontdir) "{{{ endif " set the width to &textwidth or default - if exists('s:overrideWidth') + if exists('s:overrideWidth') || opts =~ '-w' let width = '' elseif '' != a:width let width = '-w ' . a:width