+14
-2342
lines changedFilter options
+14
-2342
lines changed Original file line number Diff line number Diff line change
@@ -73,12 +73,12 @@ function! airline#switch_matching_theme()
73
73
if exists('g:colors_name')
74
74
try
75
75
let palette = g:airline#themes#{g:colors_name}#palette
76
-
call airline#switch_theme(g:colors_name)
76
+
silent call airline#switch_theme(g:colors_name)
77
77
return 1
78
78
catch
79
79
for map in items(g:airline_theme_map)
80
80
if match(g:colors_name, map[0]) > -1
81
-
call airline#switch_theme(map[1])
81
+
silent call airline#switch_theme(map[1])
82
82
return 1
83
83
endif
84
84
endfor
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4