Skip to content

Commit

Permalink
Fix blur short flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Sep 4, 2024
1 parent 90c157c commit 6f97cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/flog/cmd/floggit/args.vim
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function! flog#cmd#floggit#args#Parse(args) abort
\ 'is_flag': l:is_flag,
\ 'subcommand': l:subcommand,
\ 'git_args': l:git_args,
\ 'blur': l:flags.blur || l:flags.f,
\ 'blur': l:flags.blur || l:flags.b,
\ 'static': l:flags.static || l:flags.s,
\ 'tmp': l:flags.tmp || l:flags.t,
\ 'flags': l:flags,
Expand Down

0 comments on commit 6f97cf0

Please sign in to comment.