vim 升级到7.3时出现问题

本文详细介绍了如何解决 Vim 7.3 升级过程中遇到的终端库缺失问题,并通过安装 libncurses5-dev 完成配置。此外还提供了设置 colorcolumn 和更改提示符颜色的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

下载:

wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2

tar jxf vim-7.3.tar.bz2


在7.3的包中的src中./configure出现如下错误:

checking for stack_t... yes

checking whether stack_t has an ss_base field... no
checking --with-tlib argument... empty: automatic terminal library selection
checking for tgetent in -lncurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.

      Or specify the name of the library with --with-tlib.   


解决方案: 

 sudo apt-get install libncurses5-dev

然后继续

make

sudo make install 

这样就成功升级到7.3了。

Ctrl+Shift+n  重新打开一个终端

vim   回车,即可看到7.3版本了。


==========================================================================

So now can add set column in the .vimrc file:

set colorcolumn=81     

然后vim打开文件的时候就会在81行出来一条红色竖线

If you want to change the color of line,  add this: 

hi ColorColumn ctermbg=lightgrey   



Reference:

http://hi.baidu.com/qfq2010/blog/item/575ffd1de659fc77dab4bd06.html

http://hi.baidu.com/%C8%CB%BC%E4%CA%C0%E5%D0%D2%A3%D3%CE/blog/item/8ec39bd252768bc6562c8464.html 


评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值