Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Makefile で Vim omni-completion を使用できるようにして、ターゲットの依存関係などのオートコンプリートを取得できるようにしたいと考えています。誰でもこれを行う方法を知っていますか?
オムニコンプリートについてはよくわかりませんが、Vimでは通常のコンプリーションを使用できます。
たとえば、「installdocs」というターゲットがある場合は、次のように入力できます。
ins<C-n>
Vimがターゲット名を完成させます。