如何在vim脚本中获得3的宽度(图像中标有绿色)?
如果没有signs列,并且没有其他"特殊列",我可以得到它
signs
winwidth(0) - (max([len(line('$')), &numberwidth-1]) + 1)
vim
vim ×1