Skip to content

Commit

Permalink
do not use printf for concat strings
Browse files Browse the repository at this point in the history
  • Loading branch information
satorunooshie committed Apr 12, 2024
1 parent d324025 commit 5f810fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def! g:UpdatePackPlugins(): void #{{{
enddef

job_start(
printf('git -C %s pull --ff --ff-only', dst),
'git -C ' .. dst .. ' pull --ff --ff-only',
{'callback': function(DisplayUpdatedPlugin, [plugin_name])},
)

Expand Down

0 comments on commit 5f810fe

Please sign in to comment.