「已注销」 2021-11-28 23:31 采纳率: 50%
浏览 10
已结题

gVim里能否设置类似UE(UltraEdit)里的列标记

如题,gVim里能否设置类似UE(UltraEdit)里的列标记,就是在某些列上设置一条竖线

  • 写回答

1条回答 默认 最新

  • hmsy39 2021-11-29 11:44
    关注

    竖线没有,改颜色倒是可以

    New in Vim 7.3:

    'colorcolumn' is a comma separated list of screen columns that are highlighted with ColorColumn. Useful to align text. Will make screen redrawing slower. The screen column can be an absolute number, or a number preceded with '+' or '-', which is added to or subtracted from 'textwidth'.
    

    Example from the docs:

    :set colorcolumn=+1        " highlight column after 'textwidth'
    
    :set colorcolumn=+1,+2,+3  " highlight three columns after 'textwidth'
    :highlight ColorColumn ctermbg=lightgrey guibg=lightgrey
    

    You can use absolute numbers as well:

    :set colorcolumn=80
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 12月13日
  • 已采纳回答 12月5日
  • 创建了问题 11月28日

悬赏问题

  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制