aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2017-12-07 09:53:14 +0000
committerGitHub <noreply@github.com>2017-12-07 09:53:14 +0000
commit6ea40a36506a84859ef4ca2040349f304739048a (patch)
tree6de46417e3b5d0e535c9c2e545c113476a4dcc4a /templates/default.mustache
parentdfe039591ab935803de0c028a2be859a5a425611 (diff)
parentd3e1b649f668c6a9fa7eeeee6df111a5a25cf7fb (diff)
Merge pull request #165 from jlesquembre/fix-global-function
Fixes #162
Diffstat (limited to 'templates/default.mustache')
-rw-r--r--templates/default.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
index a5a2a83..b5ee60d 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -152,7 +152,7 @@ endfunction
fun <sid>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