而且为什么:set completeopt+=longest后的蛋疼设定
代码: 全选
timer
time
ti
真有想改源码的冲动!
代码: 全选
timer
time
ti
初步想定制pyclewn……,如果不好用就提取codelite的调试器Strange 写了:那个exvim也是中国人折腾的,也在这里发过贴呢![]()
要是lz能做出比clewn更好的调试方案,那一定要强力推广的
代码: 全选
inoremap <silent> <buffer> <C-a> <C-r>="\<C-x>\<C-o>"<Cr><C-r>=IfContinue()<Cr>
function! IfContinue()
if !pumvisible()
return "\<C-e>\<C-n>"
else
return ""
endif
endf
setlocal dict+=~/.vim/dict/complete-dict
setlocal complete+=k