From 0ff5550d60ce9ba4878eb8e70ea11fe4d9d35e19 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 22 Aug 2013 19:01:11 +0900 Subject: [PATCH] remove tab indent --- autoload/lightline.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/lightline.vim b/autoload/lightline.vim index c43c76e..36b27ad 100644 --- a/autoload/lightline.vim +++ b/autoload/lightline.vim @@ -3,7 +3,7 @@ " Version: 0.0 " Author: itchyny " License: MIT License -" Last Change: 2013/08/22 16:21:06. +" Last Change: 2013/08/22 19:01:04. " ============================================================================= let s:save_cpo = &cpo @@ -119,7 +119,7 @@ function! s:gui2cui(rgb, fallback) if len(rgb) == 0 let rgb = lightline#colortable#name_to_rgb(a:rgb) if len(rgb) == 0 - throw a:rgb + throw a:rgb return a:fallback % 128 endif endif