Mercurial > vim
comparison 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 |
comparison
equal
deleted
inserted
replaced
2340:99c1eba60b2d | 2341:9272cc83214f |
---|---|
405 call append("$", "\t(local to window)") | 405 call append("$", "\t(local to window)") |
406 call <SID>BinOptionL("cuc") | 406 call <SID>BinOptionL("cuc") |
407 call append("$", "cursorline\thighlight the screen line of the cursor") | 407 call append("$", "cursorline\thighlight the screen line of the cursor") |
408 call append("$", "\t(local to window)") | 408 call append("$", "\t(local to window)") |
409 call <SID>BinOptionL("cul") | 409 call <SID>BinOptionL("cul") |
410 call append("$", "colorcolumn\tcolumns to highlight") | |
411 call append("$", "\t(local to window)") | |
412 call <SID>OptionL("cc") | |
410 call append("$", "spell\thighlight spelling mistakes") | 413 call append("$", "spell\thighlight spelling mistakes") |
411 call append("$", "\t(local to window)") | 414 call append("$", "\t(local to window)") |
412 call <SID>BinOptionL("spell") | 415 call <SID>BinOptionL("spell") |
413 call append("$", "spelllang\tlist of accepted languages") | 416 call append("$", "spelllang\tlist of accepted languages") |
414 call append("$", "\t(local to buffer)") | 417 call append("$", "\t(local to buffer)") |