Skip to content

Commit

Permalink
πŸ› Fix g:gitmoji_autoload_script not being set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxisma committed Jun 24, 2021
1 parent d2f8c7c commit dda47fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/gitmoji.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if exists('g:gitmoji_autoload_script') | finish | endif
let g:gitmoji = 1
let g:gitmoji_autoload_script = v:true

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

Expand Down

0 comments on commit dda47fb

Please sign in to comment.