On Sat, Nov 7, 2009 at 2:23 PM, Xavier de Gaye <xdegaye@...> wrote:
> 2009/11/6 yu huang :
>>
>> At this time whatever command I type it doesn't respond.
>> And then I quit gvim, and it shows
>>
>> ///////////////////////////////////////////
>> disconnected by editor
>> NetBeans data socket disconnected
>> (gdb) file test
>> ************************************************
>> The netbeans socket to Vim is not connected yet.
>> Please check that the netbeans_intg feature is compiled in your Vim version
>> by running the Vim command ":version", and checking that this command
>> displays "+netbeans_intg".
>> ************************************************
>> //////////////////////////////////////////
>
>
> Please check that Vim has the netbeans_intg feature, as suggested in
> the above error message.
>
> If not, then you can download the latest Vim source from
> ftp://ftp.vim.org/pub/vim/unix/
>
> The build process is also easy, although not quite standard:
>
> * run make in vim7/src/ (netbeans_intg is enabled by default)
> * run 'make install' as root
> * vim is installed in /usr/local/bin
Sorry to answer to myself.
Before building Vim from source, please check if Ubuntu provides a Vim
package with more features than the one you have installed. Vim may be
built as tiny, small, normal, big and huge, and Ubuntu may have chosen
to provide more than one Vim package.
Xavier
|