A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vim-airline/vim-airline/commit/d7fd8ca649e441b3865551a325b10504cdf0711b below:

remove all themes from the core repository except for the default. · vim-airline/vim-airline@d7fd8ca · GitHub

File tree Expand file treeCollapse file tree 39 files changed

+14

-2342

lines changed

Filter options

Expand file treeCollapse file tree 39 files changed

+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