HackerTrans
トップ新着トレンドコメント過去質問紹介求人

p00f

no profile record

コメント

p00f
·昨年·議論
Hi Peter, I'm planning on doing a Master's in the US starting Fall 2025 - is it a completely bad idea?
p00f
·3 年前·議論
What makes car manufacturers different?
p00f
·3 年前·議論
People who claim they can do it are expected to do it, yes
p00f
·4 年前·議論
> Contrast this with Emacs and Vim. They just don’t have proper completion as an editor’s extension point. Rather, they expose low-level cursor and screen manipulation API, and then people implement competing completion frameworks on top of that!

This is just wrong, https://vimhelp.org/insert.txt.html#compl-omni

The first occurrence of "omni" I can find in the git log is this commit from 2012:

https://github.com/vim/vim/commit/5d3a8038b6a59e6f1b219f27ec...

which means it's even older