Skip to content

Commit

Permalink
Merge pull request #157 from trailblazing/master
Browse files Browse the repository at this point in the history
declaration from function to function!
  • Loading branch information
SidOfc authored Dec 6, 2021
2 parents aeb4165 + 6bb9eb1 commit a6fc41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/mkdx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ if (!exists('g:mkdx#settings_initialized'))
call mkdx#guard_settings()
endif

function mkdx#configure(...)
function! mkdx#configure(...)
let g:mkdx#settings = mkdx#MergeSettings(s:defaults, get(a:000, 0, {}))
endfunction

0 comments on commit a6fc41f

Please sign in to comment.