From a12cfbc00ce460325e12fe7db6174aef935ef086 Mon Sep 17 00:00:00 2001 From: José Luis Lafuente Date: Mon, 18 Dec 2017 13:32:02 +0100 Subject: Update output --- colors/base16-shapeshifter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/base16-shapeshifter.vim') diff --git a/colors/base16-shapeshifter.vim b/colors/base16-shapeshifter.vim index 4ff6e9e..1ecf398 100644 --- a/colors/base16-shapeshifter.vim +++ b/colors/base16-shapeshifter.vim @@ -152,7 +152,7 @@ endfunction fun hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp) - call Base16hi(a:group, a:guifg, a:guibg, a:ctermfg, a:ctermbg, a:attr, a:guisp) + call g:Base16hi(a:group, a:guifg, a:guibg, a:ctermfg, a:ctermbg, a:attr, a:guisp) endfun " Vim editor colors -- cgit v1.2.3 ='selected'>main Base16 templates for rofiMichaël Ball
aboutsummaryrefslogtreecommitdiff
blob: f0b91ccf4c807f5a8f7b68825373cbed67682df2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33