diff src/option.h @ 2178:c6f1aa1e9f32 vim73

Add 'relativenumber' patch from Markus Heidelberg.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 May 2010 15:46:46 +0200
parents fd8864aeb52a
children f60a0c9cbe6c
line wrap: on
line diff
--- a/src/option.h
+++ b/src/option.h
@@ -1039,6 +1039,7 @@ enum
     , WV_LBR
 #endif
     , WV_NU
+    , WV_RNU
 #ifdef FEAT_LINEBREAK
     , WV_NUW
 #endif