mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
remove tab indent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user