Right margin in Vim -


Is there any way to highlight the right margin on current documents? I have started working with Vim for some time now and I found that this column was irritated without correct margin at 80.

vim 7.3 has started color color.

 : setcolorcolumn = 80  

It's easy for you to remember the short form.

 : set cc = 80  

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -