Skip to content

Commit

Permalink
Fix running Floggit with escaped args
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Dec 26, 2024
1 parent be06153 commit 74e52ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/flog.vim
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ let g:flog_open_cmd_modifiers = [
command! -range=0 -complete=customlist,flog#cmd#flog#args#Complete -nargs=* Flog call flog#cmd#Flog(flog#cmd#flog#args#GetRangeArgs(<range>, <line1>, <line2>) + [<f-args>])
command! -range=0 -complete=customlist,flog#cmd#flog#args#Complete -nargs=* Flogsplit call flog#cmd#Flog(flog#cmd#flog#args#GetRangeArgs(<range>, <line1>, <line2>) + ['-open-cmd=<mods> split', <f-args>])
cnoreabbrev Flogsp Flogsplit
command! -range -bang -complete=customlist,flog#cmd#floggit#args#Complete -nargs=* Floggit call flog#cmd#Floggit('<mods>', '<args>', '<bang>')
command! -range -bang -complete=customlist,flog#cmd#floggit#args#Complete -nargs=* Floggit call flog#cmd#Floggit('<mods>', <q-args>, '<bang>')

0 comments on commit 74e52ba

Please sign in to comment.