Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
psliwka committed Jun 10, 2022
1 parent 4206594 commit df1e324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/smoothie.vim
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ endfunction
" Stop moving and jump to target immediately if we detect the animation is
" stuck. This is a workaround to partially mitigate
" https://github.com/psliwka/vim-smoothie/issues/40
function! s:abort_if_stuck(desired_new_position)
function! s:abort_if_stuck(desired_new_position) abort
let l:current_position = s:filter_dict(winsaveview(), s:animated_view_elements)
for key in s:animated_view_elements
if l:current_position[key] != a:desired_new_position[key]
Expand Down

0 comments on commit df1e324

Please sign in to comment.