Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shns committed Jan 22, 2018
1 parent 0455e8e commit df7eafa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autoload/eskk.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,9 @@ function! s:abbrev_filter(stash) "{{{
\ preedit.get_display_str(0)
\)
call preedit.clear_all()
call preedit.push_filter_queue(char)
if char !=# "\<C-j>"
call preedit.push_filter_queue(char)
endif

" Leave abbrev mode.
call eskk#set_mode('hira')
Expand Down

0 comments on commit df7eafa

Please sign in to comment.