draftman9
draftman9
> It would be nice if one instance was able to serve multiple paths and there were either switches or HTTP API to add / remove such paths during runtime....
`let g:apc_enable_tab = get(g:, 'apc_enable_tab', 0) " not remap tab` 加入vimrc中,可取消tab在该插件的补全功能。
> 意思是不用tab选择补全项,用上下键头来选择么? 我感觉补全项出来后,按esc键后再取消tab的补全功能会更合理些,如果按了esc后,没有按tab键,又按了其他键,则恢复tab键的补全功能。 ``取消补全,``为向下选择,``为向上选择。
> I think this would require [instant-markdown/instant-markdown-d#84](https://github.com/instant-markdown/instant-markdown-d/issues/84) I do not understand the contents from your given issue web. I would directly ask: Can I solve the rendering problem by installing...
I knew this usage. Actually I am writing a julia pkg that would be used to simplify the progress to parallel same-kind tasks. The main function of the pkg need...