diff options
author | Daniel Hahler <git@thequod.de> | 2019-05-19 14:55:28 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-05-19 14:55:28 +0200 |
commit | e85eb86be705545811b8b70fa3a04b9fe4ad46f8 (patch) | |
tree | 105e7c36b245f9a2119c1632a5257ebdbe2616a2 /templates | |
parent | 2073e2dd9fa0172ccdba92b3f0df25642a69f7db (diff) |
templates/default.mustache: use spaces for indenting
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index 340394e..0ab0b36 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -150,8 +150,8 @@ let g:colors_name = "base16-{{scheme-slug}}" " Highlighting function " Optional variables are attributes and guisp function! g:Base16hi(group, guifg, guibg, ctermfg, ctermbg, ...) - let a:attr = get(a:, 1, "") - let a:guisp = get(a:, 2, "") + let a:attr = get(a:, 1, "") + let a:guisp = get(a:, 2, "") if a:guifg != "" exec "hi " . a:group . " guifg=#" . a:guifg |