Skip to content

Commit

Permalink
f/F/t/T should reset direction, too. fixes bling#9
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Oct 14, 2013
1 parent 790573d commit 32d16b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/sneak.vim
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ endf
if g:sneak#options.nextprev_f || g:sneak#options.nextprev_t
func! sneak#reset()
let g:sneak#state.search = ""
let g:sneak#state.reverse = 0
endf

func! s:map_reset_key(key, mode)
Expand Down

0 comments on commit 32d16b3

Please sign in to comment.