Skip to content

Instantly share code, notes, and snippets.

@Genki-S
Created February 8, 2014 23:30
Show Gist options
  • Save Genki-S/8891969 to your computer and use it in GitHub Desktop.
Save Genki-S/8891969 to your computer and use it in GitHub Desktop.
function! s:filtered_lightline_call(funcname)
if bufname('%') == '__CS__'
return
endif
execute 'call lightline#' . a:funcname . '()'
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment