summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-16 15:46:46 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-16 15:46:46 +0200
commit64486671c3fcc75698c57732c50865ad0573b3fe (patch)
tree2e638c57e838549b6c314984b2405c25b2e4c175 /src/option.h
parent13c4c5da673c488d2d340c72f401f0631b9f669d (diff)
downloadvim-64486671c3fcc75698c57732c50865ad0573b3fe.zip
Add 'relativenumber' patch from Markus Heidelberg.
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h
index cfa7692cb..b635db175 100644
--- 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