diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-16 15:46:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-16 15:46:46 +0200 |
commit | 64486671c3fcc75698c57732c50865ad0573b3fe (patch) | |
tree | 2e638c57e838549b6c314984b2405c25b2e4c175 /src/option.h | |
parent | 13c4c5da673c488d2d340c72f401f0631b9f669d (diff) | |
download | vim-64486671c3fcc75698c57732c50865ad0573b3fe.zip |
Add 'relativenumber' patch from Markus Heidelberg.
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 1 |
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 |