Bian Ying

Results 7 comments of Bian Ying

我准备明天改一个新版本,增加 debug 功能,请稍等。

@hadix-lin 能不能更新到最新版试试?如果还有问题,可以尝试以下步骤: 1. 用`vim --cmd 'let g:smartim_debug=1'`启动vim 2. 进入插入模式,切换输入法,离开插入模式;再次进入插入模式,离开插入模式;退出vim 3. 应该生成了一个文件`~/vim_smartim_debug_output`,把这个文件的内容贴到这里。 谢谢!

看你上面的 log 很奇怪,就那么多?因为相关的代码是这样的: ``` function! Smartim_SelectDefault() call Smartim_debug_print('>>> Smartim_SelectDefault') if g:smartim_disable == 1 return endif silent let b:saved_im = system(s:imselect_path) silent call system(s:imselect_path . g:smartim_default) call Smartim_debug_print('b:saved_im = ' ....

哪一个库? 麻烦贴个链接 @DarcySail

不知道呢,这个插件只支持 Mac 平台哦。

Sorry, I haven’t touched this plugin for years. I guess it is some random compatibility issue in some Excel versions. Try to search the error with Google and see if...

@colinskow Thanks for your response. Your suggestion makes sense. I just don't want to refresh the token (and thus update the user model) on every request.