From 592e0a2a1dbc542134c3fd88b4cdfa40e258f41b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 3 Jul 2004 16:05:59 +0000 Subject: updated for version 7.0005 --- src/macros.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/macros.h') diff --git a/src/macros.h b/src/macros.h index 9dbb393f5..6506aee87 100644 --- a/src/macros.h +++ b/src/macros.h @@ -243,3 +243,8 @@ /* Whether to draw the vertical bar on the right side of the cell. */ # define CURSOR_BAR_RIGHT (curwin->w_p_rl && (!(State & CMDLINE) || cmdmsg_rl)) #endif + +#ifndef FEAT_LINEBREAK +/* Without the 'numberwidth' option line numbers are always 7 chars. */ +# define number_width(x) 7 +#endif -- cgit v1.2.1