Skip to content

Commit

Permalink
feat: clear start_pos in k#enable
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll committed Nov 25, 2023
1 parent aee9840 commit 38cf5ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ function! k#enable() abort
endfor

call s:set_inner_mode('hira')

call s:clear_henkan_start_pos()
let b:kana_start_pos = [0, 0]

let s:is_enable = v:true
endfunction

Expand Down

0 comments on commit 38cf5ed

Please sign in to comment.