pi314 / ime.vim

A Vim input method engine
BSD 2-Clause "Simplified" License
84 stars 3 forks source link

CompleteDone 事件在 Vim 7.3 需要取代方案 #6

Closed pi314 closed 7 years ago

pi314 commented 7 years ago

目前 CompleteDone 事件被用來選擇不同的輸入模式,但 Vim 7.3 不支援 若要讓輸入模式能有彈性的增加,需要別的方式切換不同模式

pi314 commented 7 years ago

:help input() :help inputdialog() :help inputlist()

pi314 commented 7 years ago

let g:boshiamy_select_mode_style = 'menu' / 'input' / 'dialog'

pi314 commented 7 years ago

Fixed by #11