Skip to content

Commit dda47fb

Browse files
committed
🐛 Fix g:gitmoji_autoload_script not being set correctly
1 parent d2f8c7c commit dda47fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/gitmoji.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if exists('g:gitmoji_autoload_script') | finish | endif
2-
let g:gitmoji = 1
2+
let g:gitmoji_autoload_script = v:true
33

44
let s:directory = expand('<sfile>:p')->resolve()->fnamemodify(':h')
55

0 commit comments

Comments
 (0)