Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Clang Complete

17 bytes added, 01:16, 10 April 2014
no edit summary
You can compile/install vim as usual. The sole special thing that need be done for this compilation is that, when you call ./configure, you *need* to ensure the following flags are present:
<pre>--enable-python3interp =dynamic --enable-pythoninterp=dynamic</pre>
and the following are absent
<pre>--diabledisable-python3interp --disable-pythoninterp</pre>
Otherwise Clang Complete will fail.
Anonymous user