Add 'relativenumber' patch from Markus Heidelberg.
diff --git a/src/gui.c b/src/gui.c
index 2c307fa..5b1a2ae 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -4412,7 +4412,7 @@
 	max += W_WIDTH(curwin) - 1;
 #endif
 	/* The line number isn't scrolled, thus there is less space when
-	 * 'number' is set (also for 'foldcolumn'). */
+	 * 'number' or 'relativenumber' is set (also for 'foldcolumn'). */
 	size -= curwin_col_off();
 #ifndef SCROLL_PAST_END
 	max -= curwin_col_off();