diff runtime/optwin.vim @ 2341:9272cc83214f vim73

Minor runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jul 2010 18:47:44 +0200
parents a888ed7ba375
children 295d53417fc3
line wrap: on
line diff
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -407,6 +407,9 @@ if has("syntax")
   call append("$", "cursorline\thighlight the screen line of the cursor")
   call append("$", "\t(local to window)")
   call <SID>BinOptionL("cul")
+  call append("$", "colorcolumn\tcolumns to highlight")
+  call append("$", "\t(local to window)")
+  call <SID>OptionL("cc")
   call append("$", "spell\thighlight spelling mistakes")
   call append("$", "\t(local to window)")
   call <SID>BinOptionL("spell")