摘要: tab补全 1 function! CleverTab() 2 if strpart( getline('.') ,0,col('.')-1) =~'^\s*$' 3 return "\<Tab>" 4 else 5 return "\<C-N>" 6 endif 7 endfunction 8 i 阅读全文
posted @ 2021-01-08 20:22 miaorn 阅读(271) 评论(0) 推荐(0) 编辑